Skip to content

Commit 7c135ae

Browse files
authored
Addendum to b0c6325
Disable line length checks (as MTA scripts tend to have long lines, for example in dx functions)
1 parent b0c6325 commit 7c135ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
- uses: actions/checkout@v1
1111
- name: Lint mta resources
1212
run: |
13-
echo 'ignore = {"122","142","111","341","112","113","143","321"}' > config.lua
13+
echo 'ignore = {"122","142","111","341","112","113","143","321","631"}' > config.lua
1414
luacheck --config config.lua ./

0 commit comments

Comments
 (0)