diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-11-08 11:19:42 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-11-08 11:19:42 +0100 |
commit | 4b4cac63fd4597b5c3090377196c8ad970900b21 (patch) | |
tree | a13eb1e5b569e6ac023000a8acb78d9f016f5209 /.phpcs.xml | |
parent | 21b60bf119a3d070e385c1011f4c3ccb9951f23c (diff) | |
parent | 17183cc5dcbc5eb825d353d9f24fa74b2e4c6cdd (diff) | |
download | volse-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.xml | 4 |
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> <!-- |