File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
2929 # Install Nette Code Checker
3030 - travis_retry composer create-project nette/code-checker temp/code-checker ^3.0 --no-progress
3131 # Install Nette Coding Standard
32- - travis_retry composer create-project nette/coding-standard temp/coding-standard --no-progress
32+ - travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
3333 # Install new Node.js and Eslint
3434 - . $HOME/.nvm/nvm.sh
3535 - nvm install stable
3636 - nvm use stable
3737 - npm install eslint
3838 script :
39- - php temp/code-checker/src/ code-checker.php --strict-types -i tests/Tracy/fixtures -i examples/assets
40- - php temp/coding-standard/ecs check src tests examples tools --config tests/coding-standard.neon
39+ - php temp/code-checker/code-checker --strict-types -i tests/Tracy/fixtures -i examples/assets
40+ - php temp/coding-standard/ecs check src tests examples tools --config tests/coding-standard.yml
4141 - ./node_modules/.bin/eslint "src/**/*.js"
4242
4343
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+ PhpCsFixer\Fixer\ClassNotation\OrderedClassElementsFixer :
7+ - src/Tracy/Debugger.php
You can’t perform that action at this time.
0 commit comments