Skip to content

Commit

Permalink
Disable nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaaad committed May 15, 2024
1 parent 00b1c47 commit 91bf73b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions script/core/diagnostics/luacheck.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ return function (uri, callback)
options = {
stds = {},
files = {},
ignore = {
"212", -- unused args
"611", -- line contains only whitespace
"612", -- line contains trailing whitespace
"614", -- trailing whitespace in a comment
"631" -- line is too long
},
globals = lspconfig.get(workspace.rootUri, 'Lua.diagnostics.globals') or {},
}
}
Expand Down

0 comments on commit 91bf73b

Please sign in to comment.