mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Dont lint unknown global in scripts
This commit is contained in:
parent
dd1db5dcab
commit
de0a570a40
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
--!nocheck
|
||||
--!nolint UnknownGlobal
|
||||
|
||||
-- NOTE: This must be ran in Roblox Studio to get up-to-date font values
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
--!nocheck
|
||||
--!nolint UnknownGlobal
|
||||
|
||||
-- NOTE: This must be ran in Roblox Studio to get up-to-date enum values
|
||||
|
||||
|
|
Loading…
Reference in a new issue