Skip to content

Commit

Permalink
add luacheckrc ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Aug 7, 2019
1 parent 4291511 commit ef97ca9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef97ca9

Please sign in to comment.