- Added ignore option to php_cpd and php_code_sniffer in phpci.yml

This commit is contained in:
Paolo
2019-06-05 14:14:27 +02:00
parent 0aec9ee694
commit 5fde855e12
637 changed files with 10 additions and 57170 deletions
+10
View File
@@ -92,9 +92,19 @@ test: # Run tests
- "design"
allow_failures: true
php_cpd: # Copy/paste detector
ignore:
- "rdf"
- "config"
- "locale"
- "application/config"
- "application/views"
allow_failures: true
php_code_sniffer: # Code sniffer
standard: "tests/codesniffer/FHComplete"
ignore:
- "rdf"
- "locale"
- "application/views"
allowed_warnings: -1 # Warnings are ignored for a successful build
allow_failures: true
#codeception: # Codeception