From e6a3bdf954107f77b53302c8d595b024f989e754 Mon Sep 17 00:00:00 2001 From: ADmad Date: Fri, 1 Jul 2016 17:28:50 +0530 Subject: [PATCH] Make stickler ignore 2.x and 2.next branches. --- .stickler.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .stickler.yml diff --git a/.stickler.yml b/.stickler.yml new file mode 100644 index 00000000000..61243f09079 --- /dev/null +++ b/.stickler.yml @@ -0,0 +1,2 @@ +branches: + ignore: ['2.x', '2.next']