Mercurial > hg > cmmr2012-drupal-site
annotate vendor/squizlabs/php_codesniffer/phpstan.neon @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | |
children |
rev | line source |
---|---|
Chris@5 | 1 parameters: |
Chris@5 | 2 ignoreErrors: |
Chris@5 | 3 - |
Chris@5 | 4 message: '~^Undefined variable: \$phpCodeSnifferConfig$~' |
Chris@5 | 5 path: %currentWorkingDirectory%/src/Config.php |
Chris@5 | 6 |
Chris@5 | 7 dynamicConstantNames: |
Chris@5 | 8 - PHP_CODESNIFFER_IN_TESTS |
Chris@5 | 9 - PHP_CODESNIFFER_CBF |
Chris@5 | 10 - PHP_CODESNIFFER_VERBOSITY |
Chris@5 | 11 |
Chris@5 | 12 excludes_analyse: |
Chris@5 | 13 - */Tests/* |