Files
wes 0fef02e029
Skyweave CI Rituals / Luacheck static analysis (push) Failing after 6s
Skyweave CI Rituals / Rite of Unit Inquisition (Busted) (push) Has been skipped
Taming the linter again again
2025-06-12 08:45:04 -04:00

13 lines
361 B
Lua
Executable File

-- .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'
}