Skip to content

Commit

Permalink
Repo: Update the luacheck config to ignore jit modules
Browse files Browse the repository at this point in the history
These are generated during the build process and needn't be scanned.
  • Loading branch information
rdw-software committed Dec 14, 2023
1 parent 4a4a1c2 commit 0dcd4e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ max_line_length = false
exclude_files = {
"luacheckrc",
"deps/",
"ninjabuild-*/",
}
ignore = {
"142", -- setting undefined field of global (likely a nonstandard extension)
Expand Down

0 comments on commit 0dcd4e6

Please sign in to comment.