We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c48fcf commit 45486e5Copy full SHA for 45486e5
1 file changed
.luacheckrc
@@ -52,6 +52,7 @@ globals = {
52
ignore = {
53
"631", -- max_line_length
54
"611", -- line contains only whitespace
55
+ "612", -- inconsistent indentation
56
}
57
58
exclude_files = {
0 commit comments