aboutsummaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorCaleb Maclennan <caleb@alerque.com>2022-03-19 17:28:25 +0300
committerCaleb Maclennan <caleb@alerque.com>2022-03-19 17:28:25 +0300
commit989a5b11310c1c6da900c2f997712405a7986d09 (patch)
tree21f3d17c62609c80db7cfc718b9c5c9d3057f391 /.luacheckrc
parent601ad8d59f11d7180015d0ecfb9d0a8d67f6f5c1 (diff)
downloadluasocket-989a5b11310c1c6da900c2f997712405a7986d09.tar.gz
luasocket-989a5b11310c1c6da900c2f997712405a7986d09.tar.bz2
luasocket-989a5b11310c1c6da900c2f997712405a7986d09.zip
chore: Include luacheck config in editorconfig setup
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/.luacheckrc b/.luacheckrc
index fcec7d5..8b25dd7 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -8,10 +8,10 @@ not_globals = {
8} 8}
9 9
10include_files = { 10include_files = {
11 "**/*.lua", 11 "**/*.lua",
12 "**/*.rockspec", 12 "**/*.rockspec",
13 ".busted", 13 ".busted",
14 ".luacheckrc", 14 ".luacheckrc",
15} 15}
16 16
17exclude_files = { 17exclude_files = {