mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-25 23:24:35 +00:00
lint: Fix whitespace issues
Remove excess whitespace and remove related ignores.
This commit is contained in:
parent
66cb419db8
commit
8d41c6d3d1
@ -15,9 +15,6 @@ return {
|
|||||||
"423", -- Shadowing a loop variable.
|
"423", -- Shadowing a loop variable.
|
||||||
"423", -- Shadowing a loop variable.
|
"423", -- Shadowing a loop variable.
|
||||||
"432", -- Shadowing an upvalue argument.
|
"432", -- Shadowing an upvalue argument.
|
||||||
"611", -- A line consists of nothing but whitespace.
|
|
||||||
"612", -- A line contains trailing whitespace.
|
|
||||||
"614", -- Trailing whitespace in a comment.
|
|
||||||
"631", -- Line is too long.
|
"631", -- Line is too long.
|
||||||
},
|
},
|
||||||
files = {
|
files = {
|
||||||
|
Loading…
Reference in New Issue
Block a user