From 0d5dc84cf422ed7c6df504862162d927e5d44878 Mon Sep 17 00:00:00 2001 From: Matthew Heguy Date: Wed, 9 Jan 2019 14:59:42 -0500 Subject: [PATCH] stickler: ignore PRs to live_testing and biter_lane_wars --- .stickler.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.stickler.yml b/.stickler.yml index 2ee7aaed..5d808d50 100644 --- a/.stickler.yml +++ b/.stickler.yml @@ -1,3 +1,8 @@ +branches: + # Ignore pull requests to the named branches + ignore: + - 'live_testing' + - 'maps/biter_lane_wars' linters: luacheck: config: '.luacheckrc'