Browse Source

Added 3.next to disabled list.

othercorey 5 years ago
parent
commit
2286694743
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .stickler.yml

+ 1 - 1
.stickler.yml

@@ -6,7 +6,7 @@ linters:
     fixer: true
 
 branches:
-    ignore: ['3.x', '2.x', '2.next']
+    ignore: ['3.x', '3.next', '2.x', '2.next']
 
 fixers:
   enable: true