Browse Source

Merge pull request #11614 from cakephp/enable-fixers

Enable automatic PHPCS fixing from stickler
Mark Story 8 years ago
parent
commit
247f8cd85d
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .stickler.yml

+ 7 - 0
.stickler.yml

@@ -1,6 +1,13 @@
+---
 linters:
 linters:
   phpcs:
   phpcs:
     standard: CakePHP
     standard: CakePHP
     extensions: 'php,ctp'
     extensions: 'php,ctp'
+    fixer: true
+
 branches:
 branches:
     ignore: ['2.x', '2.next']
     ignore: ['2.x', '2.next']
+
+fixers:
+  enable: true
+  workflow: commit