Taming the linter again the third
Skyweave CI Rituals / Luacheck static analysis (push) Successful in 7s
Skyweave CI Rituals / Rite of Unit Inquisition (Busted) (push) Failing after 1s

This commit is contained in:
wes
2025-06-12 08:57:26 -04:00
parent 0fef02e029
commit 490a32dea6
+12
View File
@@ -19,10 +19,22 @@ read_globals = {
"next", "next",
"rawget" "rawget"
} }
files['spec/'].read_globals = {
'describe',
'it',
'assert', -- Busted extends the standard assert library.
'before_each',
'after_each',
'setup',
'teardown'
}
exclude_files = { exclude_files = {
"lib/", "lib/",
"src/" "src/"
} }
-- Ignore specific, non-critical warnings by their numeric code. -- Ignore specific, non-critical warnings by their numeric code.
-- 111: Line is too long -- 111: Line is too long
-- 211: Unused variable -- 211: Unused variable