Skip to content

Commit

Permalink
Make workflow ignore E2 extenions
Browse files Browse the repository at this point in the history
  • Loading branch information
StyledStrike committed Mar 31, 2024
1 parent f247240 commit d54c269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glualint.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint_spaceBetweenParens": true,
"lint_spaceBetweenBrackets": true,
"lint_spaceBetweenBraces": true,
"lint_ignoreFiles": [],
"lint_ignoreFiles": ["lua/entities/gmod_wire_expression2/core/custom/*.lua"],

"prettyprint_spaceBetweenParens": true,
"prettyprint_spaceBetweenBrackets": false,
Expand Down

0 comments on commit d54c269

Please sign in to comment.