diff options
author | Asbjørn Sloth Tønnesen <ast@fiberby.net> | 2017-03-06 10:54:38 +0000 |
---|---|---|
committer | Asbjørn Sloth Tønnesen <ast@2e8.dk> | 2017-03-06 10:54:38 +0000 |
commit | a2216e14521763e702f69a9bfd046aa15a5b3f52 (patch) | |
tree | 2d676a793e27d66360b470223cc61d9d0ebd5dae /.luacheckrc | |
parent | 57d276460839518fdecfcde16f256415417e0164 (diff) | |
download | lua-inet-a2216e14521763e702f69a9bfd046aa15a5b3f52.tar.gz lua-inet-a2216e14521763e702f69a9bfd046aa15a5b3f52.tar.xz lua-inet-a2216e14521763e702f69a9bfd046aa15a5b3f52.zip |
luacheck: clean up
Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net>
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..0c5ab03 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1 @@ +globals = { '_ENV' } |