summaryrefslogtreecommitdiffstats
path: root/build.properties
diff options
context:
space:
mode:
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties8
1 files changed, 5 insertions, 3 deletions
diff --git a/build.properties b/build.properties
index c98da35..3d90551 100644
--- a/build.properties
+++ b/build.properties
@@ -25,6 +25,8 @@ phpcpd.enabled = false
codesniffer.enabled = false
phploc.enabled = false
-# Ignore codesniffer and PHPCPD failures for now
-codesniffer.fail.on.violation = false
-phpcpd.fail.on.violation = false
+# Disable really slow linting
+phplint.enabled = false
+
+# Disable archive task, takes ages and we don't care
+package.archive.enabled = false
OpenPOWER on IntegriCloud