Skip to content

Commit 146aac1

Browse files
author
Martin Fris
committed
Merge branch 'num_literal_separator' into 'master'
numeric literal separator sniffs excluded See merge request shared/server-coding-standards!3
2 parents 59489c3 + 8285e23 commit 146aac1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpcs.ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<exclude name="SlevomatCodingStandard.ControlStructures.RequireMultiLineTernaryOperator"/>
2929
<exclude name="SlevomatCodingStandard.ControlStructures.BlockControlStructureSpacing"/>
3030
<exclude name="SlevomatCodingStandard.Functions.DisallowArrowFunction"/>
31+
<exclude name="SlevomatCodingStandard.Numbers.RequireNumericLiteralSeparator"/>
32+
<exclude name="SlevomatCodingStandard.Numbers.DisallowNumericLiteralSeparator"/>
3133
<exclude name="SlevomatCodingStandard.Functions.TrailingCommaInCall"/><!-- for php 7.2 -->
3234
<exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint"/><!-- explicitly add for php 7.4 -->
3335
<exclude name="SlevomatCodingStandard.Functions.ArrowFunctionDeclaration"/><!-- explicitly add for php 7.4 -->

0 commit comments

Comments
 (0)