1
0
mirror of https://github.com/dg/dibi.git synced 2025-09-09 05:40:50 +02:00

coding standard: added exception for HashMap.php

This commit is contained in:
David Grudl
2017-08-05 13:41:19 +02:00
parent 6550b53175
commit 5c41282b88
2 changed files with 8 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- travis_retry composer create-project nette/coding-standard temp/coding-standard --no-progress
script:
- php temp/code-checker/src/code-checker.php --short-arrays --strict-types
- php temp/coding-standard/ecs check src tests examples --config temp/coding-standard/coding-standard-php71.neon
- php temp/coding-standard/ecs check src tests examples --config tests/coding-standard.neon
- stage: Code Coverage