diff --git a/.luacheckrc b/.luacheckrc index 77b1724..277f930 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,6 +1,6 @@ -std = "max" +std = "love+max" cache = true -include_files = {"src/**/*.lua", "content/**/*.lua", "*.luacheckrc"} +include_files = {"**.lua", "*.luacheckrc"} exclude_files = {} self = false max_line_length=false