Disabled phpcs

This commit is contained in:
paolo
2016-07-22 16:48:21 +02:00
parent ec4b13f100
commit 85fa18397c
+5 -5
View File
@@ -36,11 +36,11 @@ test:
# path: "application/controllers/"
# allowed_warnings: 100
# skip_classes: false
php_code_sniffer:
path: "application/controllers/"
standard: "tests/codesniffer/FHComplete"
allowed_errors: 200
allowed_warnings: 200
# php_code_sniffer:
# path: "application/controllers/"
# standard: "tests/codesniffer/FHComplete"
# allowed_errors: 200
# allowed_warnings: 200
codeception:
config: "tests/codeception/"
path: "tests/codeception/_output/"