diff --git a/glualint.json b/glualint.json index 935db7c..1b9791a 100644 --- a/glualint.json +++ b/glualint.json @@ -24,7 +24,10 @@ "lint_spaceBetweenParens": true, "lint_spaceBetweenBrackets": true, "lint_spaceBetweenBraces": true, - "lint_ignoreFiles": ["**.lua"], + "lint_ignoreFiles": [ + "lua/entities/gmod_wire_expression2/core/custom/*.lua", + "lua/autorun/netstream.lua" + ], "prettyprint_spaceBetweenParens": true, "prettyprint_spaceBetweenBrackets": false,