Browse Source

Let Stickler CI ignore the 2.x related branches

Marc Würth 9 years ago
parent
commit
5f598fc4ad
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']