diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..1d899d1 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,3 @@ +globals = { "vim", "describe", "it", "after_each", "before_each", "assert" } +max_line_length = false +exclude_files = { ".test" } |