Taming the linter again again
This commit is contained in:
Executable
+13
@@ -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'
|
||||
}
|
||||
Reference in New Issue
Block a user