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-30 20:23:51 +0300
committerCaleb Maclennan <caleb@alerque.com>2020-09-30 20:23:51 +0300
commit3237a9715f2e7de456754b7357033e87cdeb2ee2 (patch)
tree6161f2a4fdf31d4e3591e602013e6962d8a19693 /.luacheckrc
parent224562cc0e052a80f50701f4b71a67b3bd8655a4 (diff)
chore: Don't lint ldocs config which isn't standard Lua
This wasn't doing anything anyway because it has a typo (it should have been config.ld, but fixing the typo reveals that while valid Lua syntax, the LDoc config file has it's own gig going and doesn't lint well.
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 7fc61b9..0da34fe 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -15,7 +15,6 @@ include_files = {
"**/*.lua",
"*.rockspec",
".luacheckrc",
- "config.lp",
}
exclude_files = {