1
0

Better .luacheckrc
Some checks failed
LÖVE/Lua Library / Static-Analysis (push) Failing after 4s

This commit is contained in:
Jon Michael Aanes 2023-12-13 20:35:27 +01:00
parent f374f39896
commit 6b4fed3b72

View File

@ -1,6 +1,6 @@
std = "max"
cache = true
include_files = {"src/**/*.lua", "content/**/*.lua", "*.luacheckrc"}
include_files = {"**.lua", "*.luacheckrc"}
exclude_files = {}
self = false
max_line_length=false