Skip to content

Commit

Permalink
Update linter.yaml
Browse files Browse the repository at this point in the history
async_s.lua ignored
  • Loading branch information
Fernando-A-Rocha authored Jan 14, 2023
1 parent 6756a7d commit eeb22e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Lint mta resources
run: |
echo 'ignore = {"512", "122","142","111","341","112","113","143","321","631","211","212","213","611","612","621"}' > config.lua
luacheck --config config.lua ./
luacheck --exclude-files '**/async_s.lua' --config config.lua ./

0 comments on commit eeb22e6

Please sign in to comment.