diff options
author | cheapie <no-email-for-you@example.com> | 2024-11-28 14:22:26 -0600 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-11-28 14:22:26 -0600 |
commit | 90ef0875e8879834a710f9f95a7c3e588b5caebf (patch) | |
tree | fb897328743545c7dcfcaf5e04c83f90ddf5ff8d /.luacheckrc | |
download | deprecationwarning-main.tar deprecationwarning-main.tar.gz deprecationwarning-main.tar.bz2 deprecationwarning-main.tar.xz deprecationwarning-main.zip |
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..48e4f64 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,6 @@ +max_line_length = 160 + +read_globals = { + "core", + "irc", +} |