Skip to content

Commit

Permalink
new: luacheck basic config
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <[email protected]>
  • Loading branch information
leodido committed Jul 10, 2019
1 parent bc33bfe commit 6475b16
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
std = "min"
cache = true
include_files = {
"userspace/falco/lua/*.lua",
"userspace/engine/lua/*.lua",
"userspace/engine/lua/lyaml/*.lua",
"*.luacheckrc"
}
exclude_files = {"build"}

0 comments on commit 6475b16

Please sign in to comment.