From 961f700d29bec1d2cb0e81812b767dcc641d3699 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Wed, 28 Aug 2024 00:08:12 +0300 Subject: [PATCH] Add config file for Luacheck to lint Lua code --- .luacheckrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .luacheckrc diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 000000000000..4b6d547b85f2 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,2 @@ +std = "lua54+pandoc" +max_line_length = false