Skip to content

Commit

Permalink
Disable LE and NUM_LE in all luachecks
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Aug 6, 2020
1 parent 64330ad commit a5c842c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ exclude_files = {
ignore = {
"11./SLASH_.*", -- Setting an undefined (Slash handler) global variable
"11./BINDING_.*", -- Setting an undefined (Keybinding header) global variable
"113/LE_.*", -- Accessing an undefined (Lua ENUM type) global variable
"113/NUM_LE_.*", -- Accessing an undefined (Lua ENUM type) global variable
-- "113/LE_.*", -- Accessing an undefined (Lua ENUM type) global variable
-- "113/NUM_LE_.*", -- Accessing an undefined (Lua ENUM type) global variable
"211", -- Unused local variable
"211/L", -- Unused local variable "L"
"211/CL", -- Unused local variable "CL"
Expand Down

0 comments on commit a5c842c

Please sign in to comment.