Skip to content

Commit 9af9789

Browse files
committed
completely ignore bad stuff in the test file that's intentionally bad;
1 parent 4da641b commit 9af9789

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

easy-coding-standard.neon

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,19 @@ parameters:
4141
SlevomatCodingStandard\Sniffs\Classes\UnusedPrivateElementsSniff:
4242
- tests/component/project/Luigi/Pizza.php
4343
- tests/example.file.php
44+
PhpCsFixer\Fixer\ClassNotation\ClassAttributesSeparationFixer:
45+
- tests/example.file.php
46+
PhpCsFixer\Fixer\ClassNotation\SingleClassElementPerStatementFixer:
47+
- tests/example.file.php
48+
PhpCsFixer\Fixer\ClassNotation\VisibilityRequiredFixer:
49+
- tests/example.file.php
50+
PhpCsFixer\Fixer\Phpdoc\PhpdocIndentFixer:
51+
- tests/example.file.php
52+
PhpCsFixer\Fixer\Phpdoc\PhpdocNoEmptyReturnFixer:
53+
- tests/example.file.php
54+
PhpCsFixer\Fixer\Phpdoc\PhpdocTrimFixer:
55+
- tests/example.file.php
56+
PhpCsFixer\Fixer\Phpdoc\PhpdocVarWithoutNameFixer:
57+
- tests/example.file.php
58+
Symplify\CodingStandard\Fixer\Commenting\RemoveUselessDocBlockFixer:
59+
- tests/example.file.php

0 commit comments

Comments
 (0)