Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Maclennan <caleb@alerque.com>2020-09-29 14:26:29 +0300
committerCaleb Maclennan <caleb@alerque.com>2020-09-30 14:38:12 +0300
commit28f79db614ece8b634d5aae124152271c5d52c33 (patch)
treef143b473e8c4463840daac8820b1a11a32971e5e /.luacheckrc
parenta1315a6eda14ab2d943ff9624b6ce900b7b1d788 (diff)
ci: Lint rockspec and other Lua syntax files
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index a54d87d..7fc61b9 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -11,6 +11,12 @@ not_globals = {
"table.getn",
}
+include_files = {
+ "**/*.lua",
+ "*.rockspec",
+ ".luacheckrc",
+ "config.lp",
+}
exclude_files = {
"tests/*.lua",