Skip to content

Commit 56c03dd

Browse files
committed
other ecs can be ignored
1 parent d32b8d1 commit 56c03dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

easy-coding-standard.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ parameters:
1313
- PhpCsFixer\Fixer\Operator\NotOperatorWithSuccessorSpaceFixer
1414

1515
skip:
16+
PHP_CodeSniffer\Standards\Generic\Sniffs\CodeAnalysis\AssignmentInConditionSniff:
17+
- src/phpDocumentor/Reflection/Middleware/ChainFactory.php
1618
PHP_CodeSniffer\Standards\Generic\Sniffs\NamingConventions\CamelCapsFunctionNameSniff:
1719
- */tests/**
1820
PHP_CodeSniffer\Standards\Squiz\Sniffs\Classes\ValidClassNameSniff:
@@ -34,3 +36,6 @@ parameters:
3436
- tests/unit/phpDocumentor/Reflection/Php/Interface_Test.php
3537
- tests/unit/phpDocumentor/Reflection/Php/Namespace_Test.php
3638
- tests/unit/phpDocumentor/Reflection/Php/Trait_Test.php
39+
SlevomatCodingStandard\Sniffs\Classes\UnusedPrivateElementsSniff:
40+
- tests/component/project/Luigi/Pizza.php
41+
- tests/example.file.php

0 commit comments

Comments
 (0)