Mercurial > hg > isophonics-drupal-site
comparison vendor/phpdocumentor/reflection-docblock/easy-coding-standard.neon @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
1 includes: | |
2 - temp/ecs/config/clean-code.neon | |
3 - temp/ecs/config/psr2-checkers.neon | |
4 - temp/ecs/config/spaces.neon | |
5 - temp/ecs/config/common.neon | |
6 | |
7 checkers: | |
8 PhpCsFixer\Fixer\Operator\ConcatSpaceFixer: | |
9 spacing: one | |
10 | |
11 parameters: | |
12 exclude_checkers: | |
13 # from temp/ecs/config/common.neon | |
14 - PhpCsFixer\Fixer\ClassNotation\OrderedClassElementsFixer | |
15 - PhpCsFixer\Fixer\PhpUnit\PhpUnitStrictFixer | |
16 - PhpCsFixer\Fixer\ControlStructure\YodaStyleFixer | |
17 # from temp/ecs/config/spaces.neon | |
18 - PhpCsFixer\Fixer\Operator\NotOperatorWithSuccessorSpaceFixer | |
19 | |
20 skip: | |
21 SlevomatCodingStandard\Sniffs\Classes\UnusedPrivateElementsSniff: | |
22 # WIP code | |
23 - src/DocBlock/StandardTagFactory.php | |
24 PHP_CodeSniffer\Standards\Generic\Sniffs\CodeAnalysis\EmptyStatementSniff: | |
25 # WIP code | |
26 - src/DocBlock/StandardTagFactory.php | |
27 PHP_CodeSniffer\Standards\Squiz\Sniffs\Classes\ValidClassNameSniff: | |
28 - src/DocBlock/Tags/Return_.php | |
29 - src/DocBlock/Tags/Var_.php | |
30 PHP_CodeSniffer\Standards\Generic\Sniffs\NamingConventions\CamelCapsFunctionNameSniff: | |
31 - */tests/** |