Skip to content
Snippets Groups Projects
Commit 0af4cfdf authored by Jan Kuchař's avatar Jan Kuchař
Browse files

updated phpstan

parent 1d3761b7
No related branches found
No related tags found
No related merge requests found
...@@ -12,12 +12,13 @@ ...@@ -12,12 +12,13 @@
"@tester" "@tester"
], ],
"syntax-check": "vendor/bin/parallel-lint src tests", "syntax-check": "vendor/bin/parallel-lint src tests",
"phpstan": "vendor/bin/phpstan analyze --ansi --no-progress --no-interaction --level max src", "phpstan": "vendor/bin/phpstan analyze --ansi --no-progress --no-interaction --level max --configuration phpstan.neon --error-format compact -- src",
"tester": "vendor/bin/tester tests" "tester": "vendor/bin/tester tests"
}, },
"require-dev": { "require-dev": {
"nette/tester": "^2.1", "nette/tester": "^2.1",
"phpstan/phpstan": "^0.10.5", "phpstan/phpstan": "^0.11",
"grifart/phpstan-oneline": "^0.2.1",
"jakub-onderka/php-parallel-lint": "^1.0", "jakub-onderka/php-parallel-lint": "^1.0",
"jakub-onderka/php-console-highlighter": "^0.4.0" "jakub-onderka/php-console-highlighter": "^0.4.0"
}, },
......
includes:
- vendor/grifart/phpstan-oneline/config.neon
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment