From 3237a9715f2e7de456754b7357033e87cdeb2ee2 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Wed, 30 Sep 2020 20:23:51 +0300 Subject: [PATCH] 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. --- .luacheckrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 7fc61b92..0da34feb 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -15,7 +15,6 @@ include_files = { "**/*.lua", "*.rockspec", ".luacheckrc", - "config.lp", } exclude_files = {