mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
- Added ignore option to php_cpd and php_code_sniffer in phpci.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user