From ef97ca97297b4a48ad26c374fe2347f1743d95ea Mon Sep 17 00:00:00 2001 From: Lag Date: Wed, 7 Aug 2019 21:12:20 +0200 Subject: [PATCH] add luacheckrc ignores --- .luacheckrc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 86656bfc..5258fdd3 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -2,7 +2,16 @@ std = "lua51" max_line_length = false exclude_files = { ".luacheckrc", - "AL_locales.lua" + "AL_locales.lua", + "Global.lua", + "Collections.lua", + "Crafting.lua", + "DungeonsAndRaids.lua", + "PvP.lua", + "Options.lua", + "AtlasLootClassic/Libs/", + "AtlasLootClassic_Options/Libs/", + "babelfish.lua", } ignore = { "11./SLASH_.*", -- Setting an undefined (Slash handler) global variable