We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b195261 commit 54b287dCopy full SHA for 54b287d
.github/workflows/coding-style.yml
@@ -14,7 +14,7 @@ jobs:
14
coverage: none
15
16
- run: composer create-project nette/code-checker temp/code-checker ^3 --no-progress
17
- - run: php temp/code-checker/code-checker --strict-types --no-progress
+ - run: php temp/code-checker/code-checker --strict-types --no-progress --ignore "tests/*/fixtures"
18
19
20
nette_cs:
composer.json
@@ -20,7 +20,7 @@
},
21
"require-dev": {
22
"nette/tester": "^2.0",
23
- "tracy/tracy": "^2.8.8",
+ "tracy/tracy": "^2.7",
24
"phpstan/phpstan": "^0.12"
25
26
"autoload": {
0 commit comments