summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-11-28 14:22:26 -0600
committercheapie <no-email-for-you@example.com>2024-11-28 14:22:26 -0600
commit90ef0875e8879834a710f9f95a7c3e588b5caebf (patch)
treefb897328743545c7dcfcaf5e04c83f90ddf5ff8d /.luacheckrc
downloaddeprecationwarning-main.tar
deprecationwarning-main.tar.gz
deprecationwarning-main.tar.bz2
deprecationwarning-main.tar.xz
deprecationwarning-main.zip
Add initial contentHEADmain
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc6
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",
+}