lint: Fix whitespace issues

Remove excess whitespace and remove related ignores.
This commit is contained in:
David Briscoe 2022-03-02 09:55:57 -08:00
parent 66cb419db8
commit 8d41c6d3d1
6 changed files with 6 additions and 9 deletions

View File

@ -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 = {