Skip to content

Commit

Permalink
Exclude E2 files from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman authored Nov 27, 2023
1 parent 73a1688 commit 60b2132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .glualint.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint_unusedVars": true,
"lint_unusedParameters": true,
"lint_unusedLoopVars": true,
"lint_ignoreFiles": [],
"lint_ignoreFiles": ["lua/entities/gmod_wire_expression2/core/custom/*.lua"],

"prettyprint_spaceAfterParens": false,
"prettyprint_spaceAfterBrackets": false,
Expand All @@ -30,4 +30,4 @@
"prettyprint_rejectInvalidCode": false,
"prettyprint_indentation": "\t",
"log_format": "auto"
}
}

0 comments on commit 60b2132

Please sign in to comment.