File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
31
31
# Install Nette Code Checker
32
32
- travis_retry composer create-project nette/code-checker temp/code-checker ^3.0 --no-progress
33
33
# 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
35
35
script :
36
36
- 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
38
38
39
39
40
40
- 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