Think I just need to add error code 631 to my ignore clause now. (Line is too long > 120)... It is not 1980 anymore I choose to live dangerously
Skyweave CI Rituals / Rite of Static Scrutiny (Luacheck) (push) Successful in 5s
Skyweave CI Rituals / Rite of Static Scrutiny (Luacheck) (push) Successful in 5s
This commit is contained in:
+3
-1
@@ -28,9 +28,11 @@ exclude_files = {
|
||||
-- 211: Unused variable
|
||||
-- 212: Unused argument
|
||||
-- 213: Unused argument 'self'
|
||||
-- 631: skyweave/utils.lua:187:121: line is too long (135 > 120)
|
||||
ignore = {
|
||||
"111",
|
||||
"211",
|
||||
"212",
|
||||
"213"
|
||||
"213",
|
||||
"631"
|
||||
}
|
||||
Reference in New Issue
Block a user