Skip to content

Commit b063e7f

Browse files
committed
qa: ignore Squiz.NamingConventions.ValidVariableName.NotCamelCaps
Signed-off-by: Maximilian Bösing <[email protected]>
1 parent 72cd85c commit b063e7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<exclude name="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix"/>
2828
<exclude name="Generic.NamingConventions.ConstructorName.OldStyle"/>
2929
<exclude name="Generic.CodeAnalysis.UselessOverridingMethod.Found"/>
30+
<exclude name="Squiz.NamingConventions.ValidVariableName.NotCamelCaps"/>
3031
<exclude name="Generic.Files.LineLength.TooLong"/>
3132
<!-- Can be removed with dropping support for PHP 7.3 -->
3233
<exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingNativeTypeHint"/>

0 commit comments

Comments
 (0)