This commit is contained in:
TomasVotruba 2017-08-07 15:53:52 +02:00
parent 61c7ef9de0
commit ef97f993be
2 changed files with 2 additions and 4 deletions

View File

@ -29,7 +29,5 @@ after_script:
php coveralls.phar --verbose
fi
# do not send success notifications, they have no value
notifications:
email:
on_success: never
email: never

View File

@ -26,7 +26,7 @@ checkers:
PHP_CodeSniffer\Standards\Generic\Sniffs\Metrics\CyclomaticComplexitySniff:
absoluteComplexity: 5
PHP_CodeSniffer\Standards\Generic\Sniffs\Metrics\NestingLevelSniff:
absoluteNestingLevel: 2
absoluteNestingLevel: 3
# Naming Conventions
- PHP_CodeSniffer\Standards\Generic\Sniffs\NamingConventions\CamelCapsFunctionNameSniff