Browse Source

Disable stickler's autofixer until it's kinks are sorted out.

ADmad 6 years ago
parent
commit
54fd0cf5dc
1 changed files with 1 additions and 6 deletions
  1. 1 6
      .stickler.yml

+ 1 - 6
.stickler.yml

@@ -2,9 +2,4 @@
 linters:
   phpcs:
     standard: CakePHP4
-    extensions: 'php,ctp'
-    fixer: true
-
-fixers:
-  enable: true
-  workflow: commit
+    extensions: 'php'