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
+13
View File
@@ -0,0 +1,13 @@
-- .luacheckrc (Test-specific rules)
-- This configuration adds new globals for the Busted framework.
-- It automatically inherits all settings from the parent .luacheckrc file.
read_globals = {
'describe',
'it',
'assert', -- Busted extends the standard assert library.
'before_each',
'after_each',
'setup',
'teardown'
}