diff options
| -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"} |
