18 lines
617 B
Plaintext
18 lines
617 B
Plaintext
includes:
|
|
- temp/ecs/config/clean-code.neon
|
|
- temp/ecs/config/psr2.neon
|
|
- temp/ecs/config/common.neon
|
|
|
|
parameters:
|
|
exclude_checkers:
|
|
# from temp/ecs/config/common.neon
|
|
- PhpCsFixer\Fixer\ClassNotation\OrderedClassElementsFixer
|
|
- PhpCsFixer\Fixer\PhpUnit\PhpUnitStrictFixer
|
|
- PhpCsFixer\Fixer\ControlStructure\YodaStyleFixer
|
|
# from temp/ecs/config/spaces.neon
|
|
- PhpCsFixer\Fixer\Operator\NotOperatorWithSuccessorSpaceFixer
|
|
|
|
skip:
|
|
PHP_CodeSniffer\Standards\Generic\Sniffs\NamingConventions\CamelCapsFunctionNameSniff:
|
|
- */tests/**
|