Configuring luacheck to be a little more reasonable part 2
Skyweave CI Rituals / Rite of Static Scrutiny (Luacheck) (push) Failing after 6s
Skyweave CI Rituals / Rite of Static Scrutiny (Luacheck) (push) Failing after 6s
This commit is contained in:
+7
-4
@@ -28,9 +28,12 @@ exclude_files = {
|
|||||||
-- W211: Unused variable
|
-- W211: Unused variable
|
||||||
-- W212: Unused argument
|
-- W212: Unused argument
|
||||||
-- W213: Unused argument 'self'
|
-- W213: Unused argument 'self'
|
||||||
|
-- The pattern '*' applies the rules to every file luacheck analyzes.
|
||||||
ignore = {
|
ignore = {
|
||||||
"W111",
|
['*'] = {
|
||||||
"W211",
|
"W111", -- line is too long
|
||||||
"W212",
|
"W211", -- unused variable
|
||||||
"W213"
|
"W212", -- unused argument
|
||||||
|
"W213" -- unused argument 'self'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user