Skip to content

Commit

Permalink
Add busted globals to luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
BreakBB committed Dec 20, 2024
1 parent 82073fe commit 4e73c18
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -2764,7 +2764,14 @@ stds.ecs = {
"ECSConfigFrame",
"ECSLoader",
"SLASH_ECS1",
"SlashCmdList"
"SlashCmdList",
"assert.spy",
"assert.are_same",
"assert.is_nil",
"describe",
"before_each",
"it",
"spy",
}
}
std = "max+ecs"

0 comments on commit 4e73c18

Please sign in to comment.