File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
3131 # Install Nette Code Checker
3232 - travis_retry composer create-project nette/code-checker temp/code-checker ^3.0 --no-progress
3333 # Install Nette Coding Standard
34- - travis_retry composer create-project nette/coding-standard temp/coding-standard --no-progress
34+ - travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
3535 script :
3636 - php temp/code-checker/src/code-checker.php --strict-types -i "tests/*/fixtures*" -i tests/Runner/find-tests
37- - php temp/coding-standard/ecs check src tests --config tests/coding-standard.neon;
37+ - php temp/coding-standard/ecs check src tests --config tests/coding-standard.yml
3838
3939
4040 - stage : Code Coverage
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ imports :
2+ - { resource: '../temp/coding-standard/coding-standard-php71.yml' }
3+
4+ parameters :
5+ skip :
6+ PHP_CodeSniffer\Standards\PSR1\Sniffs\Methods\CamelCapsMethodNameSniff :
7+ - src/Framework/FileMock.php
8+ - src/Framework/FileMutator.php
You can’t perform that action at this time.
0 commit comments