diff options
| author | rebecca <ubq323@ubq323.website> | 2026-09-12 19:00:37 +0100 |
|---|---|---|
| committer | rebecca <ubq323@ubq323.website> | 2026-09-12 19:00:37 +0100 |
| commit | dfd4fbf869e57d67f807b1ea476ecb391329c09e (patch) | |
| tree | 12a9b9e788b06eda20216150b6e2ada252d445d6 | |
| parent | 90856a67fa2fa8061254006974b8921b4e97bc1a (diff) | |
exclude pprint from luacheck
| -rw-r--r-- | .luacheckrc | 1 |
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"} |
