diff --git a/.phive/phars.xml b/.phive/phars.xml index f6cb5fe..02d56f2 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,4 @@ - - + diff --git a/composer.json b/composer.json index 33fc0d9..b70b0a9 100644 --- a/composer.json +++ b/composer.json @@ -43,17 +43,12 @@ "@cs-check", "@test" ], - "cs-check": "phpcs --colors --parallel=16 -p src/ tests/", - "cs-fix": "phpcbf --colors --parallel=16 -p src/ tests/", + "cs-check": "phpcs --colors --parallel=16 -p", + "cs-fix": "phpcbf --colors --parallel=16 -p", "phpstan": "tools/phpstan analyse", - "psalm": "tools/psalm --show-info=false", - "stan": [ - "@phpstan", - "@psalm" - ], + "stan": "@phpstan", "stan-tests": "phpstan.phar analyze -c tests/phpstan.neon", "stan-baseline": "phpstan.phar --generate-baseline", - "psalm-baseline": "tools/psalm --set-baseline=psalm-baseline.xml", "stan-setup": "phive install", "test": "phpunit" } diff --git a/phpcs.xml b/phpcs.xml index 4b67123..87021d6 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -1,6 +1,6 @@ - - + src/ + tests/ diff --git a/psalm-baseline.xml b/psalm-baseline.xml deleted file mode 100644 index c57d7e5..0000000 --- a/psalm-baseline.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - !$primaryNs - $root - - - diff --git a/psalm.xml b/psalm.xml deleted file mode 100644 index 6c7fecb..0000000 --- a/psalm.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - -