Skip to content

Commit 3bb952c

Browse files
committed
add ecs conf
1 parent d11d412 commit 3bb952c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

easy-coding-standard.neon

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)