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