Update .luacheckrc

forgot to change the global name
This commit is contained in:
theFox6 2020-03-11 08:58:14 +01:00 committed by GitHub
parent a2d6c44980
commit 183c41df13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
globals = {"VenusParser"}
globals = {"LuaVenusCompiler"}
exclude_files = {"testout"}