Skip to content

Commit

Permalink
CodeSniffer: skip warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jan 24, 2016
1 parent e1f5fa8 commit 917ce34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ script:
- vendor/bin/parallel-lint app tests

# Run Code Sniffer
- vendor/bin/phpcs --standard=ruleset.xml --extensions=php --encoding=utf-8 -sp app tests
#
# n => Do not print warnings (shortcut for --warning-severity=0)
# s => Show sniff codes in all reports
# p => Show progress of the run
- vendor/bin/phpcs --standard=ruleset.xml --extensions=php --encoding=utf-8 -nsp app tests

# Show Nette Tester environment
- vendor/bin/tester tests/cases -s -p php -i
Expand Down

0 comments on commit 917ce34

Please sign in to comment.