Taming the linter again again
Skyweave CI Rituals / Luacheck static analysis (push) Failing after 6s
Skyweave CI Rituals / Rite of Unit Inquisition (Busted) (push) Has been skipped

This commit is contained in:
wes
2025-06-12 08:45:04 -04:00
parent 442ecd1290
commit 0fef02e029
2 changed files with 13 additions and 14 deletions
-14
View File
@@ -35,18 +35,4 @@ ignore = {
"212",
"213",
"631"
}
-- Telling the linter to ignore Busted framework related keywords within the spec dir
['spec/'] = {
-- It inherits the global rules and adds these new ones.
read_globals = {
'describe',
'it',
'assert', -- Busted extends the standard assert library.
'before_each', -- Adding other common Busted globals for future use.
'after_each',
'setup',
'teardown'
}
}