We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11d412 commit 3bb952cCopy full SHA for 3bb952c
easy-coding-standard.neon
@@ -0,0 +1,21 @@
1
+includes:
2
+ - temp/ecs/config/clean-code.neon
3
+ - temp/ecs/config/psr2.neon
4
+ - temp/ecs/config/common.neon
5
+
6
+checkers:
7
+ PhpCsFixer\Fixer\Operator\ConcatSpaceFixer:
8
+ spacing: one
9
10
+parameters:
11
+ exclude_checkers:
12
+ # from temp/ecs/config/common.neon
13
+ - PhpCsFixer\Fixer\ClassNotation\OrderedClassElementsFixer
14
+ - PhpCsFixer\Fixer\PhpUnit\PhpUnitStrictFixer
15
+ - PhpCsFixer\Fixer\ControlStructure\YodaStyleFixer
16
+ # from temp/ecs/config/spaces.neon
17
+ - PhpCsFixer\Fixer\Operator\NotOperatorWithSuccessorSpaceFixer
18
19
+ skip:
20
+ PHP_CodeSniffer\Standards\Generic\Sniffs\NamingConventions\CamelCapsFunctionNameSniff:
21
+ - */tests/**
0 commit comments