ソースを参照

Merge pull request #11614 from cakephp/enable-fixers

Enable automatic PHPCS fixing from stickler
Mark Story 8 年 前
コミット
247f8cd85d
1 ファイル変更7 行追加0 行削除
  1. 7 0
      .stickler.yml

+ 7 - 0
.stickler.yml

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