aboutsummaryrefslogtreecommitdiffstats
path: root/.phpcs.xml
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2024-11-08 11:19:42 +0100
committerMario Vavti <mario@mariovavti.com>2024-11-08 11:19:42 +0100
commit4b4cac63fd4597b5c3090377196c8ad970900b21 (patch)
treea13eb1e5b569e6ac023000a8acb78d9f016f5209 /.phpcs.xml
parent21b60bf119a3d070e385c1011f4c3ccb9951f23c (diff)
parent17183cc5dcbc5eb825d353d9f24fa74b2e4c6cdd (diff)
downloadvolse-hubzilla-4b4cac63fd4597b5c3090377196c8ad970900b21.tar.gz
volse-hubzilla-4b4cac63fd4597b5c3090377196c8ad970900b21.tar.bz2
volse-hubzilla-4b4cac63fd4597b5c3090377196c8ad970900b21.zip
Merge branch 'dev' into containers
Diffstat (limited to '.phpcs.xml')
-rw-r--r--.phpcs.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.phpcs.xml b/.phpcs.xml
index 0054e4cda..c9c9cdd57 100644
--- a/.phpcs.xml
+++ b/.phpcs.xml
@@ -48,6 +48,10 @@
<exclude name="Generic.Files.OneClassPerFile.MultipleFound"/>
<exclude name="Generic.Files.OneObjectStructurePerFile.MultipleFound"/>
<exclude name="Generic.Formatting.SpaceAfterCast.NoSpace"/>
+
+ <exclude name="Generic.Classes.OpeningBraceSameLine.BraceOnNewLine" />
+ <exclude name="Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed" />
+ <exclude name="Generic.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLine" />
</rule>
<!--