Browse Source

Merge pull request #8991 from ravage84/patch-5

Let Stickler CI ignore the 2.x related branches
Mark Story 9 years ago
parent
commit
6f3c18e741
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .stickler.yml

+ 2 - 0
.stickler.yml

@@ -2,3 +2,5 @@ linters:
   phpcs:
     standard: CakePHP
     extensions: '.php,.ctp'
+branches:
+    ignore: ['2.x', '2.next']