Skip to content

Commit

Permalink
Add .luacheckrc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaeza committed Feb 11, 2017
1 parent 1645070 commit c667cd0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .luacheckrc
@@ -0,0 +1,14 @@

read_globals = {
"minetest",
}

globals = {
"intllib",
}

files["intltest/init.lua"] = {
ignore = {
"212", -- Unused argument.
},
}

0 comments on commit c667cd0

Please sign in to comment.