summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorrebecca <ubq323@ubq323.website>2026-09-12 19:00:37 +0100
committerrebecca <ubq323@ubq323.website>2026-09-12 19:00:37 +0100
commitdfd4fbf869e57d67f807b1ea476ecb391329c09e (patch)
tree12a9b9e788b06eda20216150b6e2ada252d445d6 /.luacheckrc
parent90856a67fa2fa8061254006974b8921b4e97bc1a (diff)
exclude pprint from luacheck
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 8686178..ab1e00e 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -1,2 +1,3 @@
codes = true
ignore = { "6..", "21.", "23.", "31.", "4.."}
+exclude_files = {"pprint.lua"}