summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-09-12 15:40:23 +0100
committerGreg Roach <fisharebest@webtrees.net>2019-09-12 15:40:23 +0100
commitffc5b228971bb44f87e3f4470ea4100d62228a9a (patch)
tree803b309e493e1b2da8c6e59a1632992c38c7c9a6
parent7f5c2944f84cdc914a20ed1e961f9b81e401f78b (diff)
downloadwebtrees-ffc5b228971bb44f87e3f4470ea4100d62228a9a.tar.gz
webtrees-ffc5b228971bb44f87e3f4470ea4100d62228a9a.tar.bz2
webtrees-ffc5b228971bb44f87e3f4470ea4100d62228a9a.zip
Code check
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index e412cad0f8..d4dce34523 100644
--- a/composer.json
+++ b/composer.json
@@ -100,12 +100,12 @@
"### PHP-CODE-SNIFFER",
"@composer global require squizlabs/php_codesniffer=* --quiet",
"@composer global update squizlabs/php_codesniffer --quiet",
- "phpcs --standard=PSR12 -p -s --exclude=Generic.Files.LineLength,PSR2.ControlStructures.ControlStructureSpacing app modules_v4 routes tests/app tests/feature",
+ "phpcs --standard=PSR12 -p -s --exclude=Generic.Files.LineLength,PSR2.ControlStructures.ControlStructureSpacing index.php app modules_v4 routes tests/app tests/feature",
"### PHAN",
"@composer global require phan/phan=*",
"@composer global update phan/phan",
"@composer install --quiet",
- "PHAN_DISABLE_XDEBUG_WARN=1 phan --color --dead-code-detection --target-php-version=7.1 --progress-bar --signature-compatibility --strict-type-checking --directory app --directory vendor --exclude-directory-list vendor",
+ "PHAN_DISABLE_XDEBUG_WARN=1 phan --color --dead-code-detection --target-php-version=7.1 --progress-bar --signature-compatibility --strict-type-checking --directory app --directory vendor --exclude-directory-list vendor index.php",
"@composer install --no-dev --quiet",
"### PHPSTAN",
"@composer global require phpstan/phpstan=*",