aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-11-06 11:49:25 +0000
committerMario <mario@mariovavti.com>2024-11-06 11:49:25 +0000
commitabb67a456540234d4c7859ad7e8cf08cd760ee6c (patch)
tree0a10fc0e4798fb9d03c9e5ef6ad90df1e70477ab
parent2e324d4cef8ecdfcdd2816826ea489c9de717d0b (diff)
parent4daba84223e00c4269219355eba7f0e7890d6fce (diff)
downloadvolse-hubzilla-abb67a456540234d4c7859ad7e8cf08cd760ee6c.tar.gz
volse-hubzilla-abb67a456540234d4c7859ad7e8cf08cd760ee6c.tar.bz2
volse-hubzilla-abb67a456540234d4c7859ad7e8cf08cd760ee6c.zip
Merge branch 'make-phpcs-a-bit-more-lax' into 'dev'
Make phpcs a bit more lax... See merge request hubzilla/core!2159
-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>
<!--