Skip to content

Commit

Permalink
Create .luacheckrc
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii authored Sep 4, 2024
1 parent f8c8a6a commit 9c86660
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
codes = true
std = "min"
self = false

read_globals = {
"getfenv",
"setfenv",
"unpack",
}

include_files = {
"**/*.lua",
}

exclude_files = {
"**/*.mk",
}

0 comments on commit 9c86660

Please sign in to comment.