diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..8686178 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,2 @@ +codes = true +ignore = { "6..", "21.", "23.", "31.", "4.."} |