diff options
author | Caleb Maclennan <caleb@alerque.com> | 2022-03-19 17:28:25 +0300 |
---|---|---|
committer | Caleb Maclennan <caleb@alerque.com> | 2022-03-19 17:28:25 +0300 |
commit | 989a5b11310c1c6da900c2f997712405a7986d09 (patch) | |
tree | 21f3d17c62609c80db7cfc718b9c5c9d3057f391 /.luacheckrc | |
parent | 601ad8d59f11d7180015d0ecfb9d0a8d67f6f5c1 (diff) | |
download | luasocket-989a5b11310c1c6da900c2f997712405a7986d09.tar.gz luasocket-989a5b11310c1c6da900c2f997712405a7986d09.tar.bz2 luasocket-989a5b11310c1c6da900c2f997712405a7986d09.zip |
chore: Include luacheck config in editorconfig setup
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 8 |
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 | ||
10 | include_files = { | 10 | include_files = { |
11 | "**/*.lua", | 11 | "**/*.lua", |
12 | "**/*.rockspec", | 12 | "**/*.rockspec", |
13 | ".busted", | 13 | ".busted", |
14 | ".luacheckrc", | 14 | ".luacheckrc", |
15 | } | 15 | } |
16 | 16 | ||
17 | exclude_files = { | 17 | exclude_files = { |