Skip to content

Commit

Permalink
Repo: Restored the original luacheck configuration setup
Browse files Browse the repository at this point in the history
Not sure what the idea was when I renamed it; I guess the error messages from luacheck analyzing its own config were annoying... But IDE support for nonstandard config files is an issue; you have to manually configure it for every workspace in vscode, for example.

Since this also allows running luacheck without args in the project root instead of using a dedicated script, which is easier to understand, I guess it's better to just go back to the original (standard) setup.
  • Loading branch information
rdw-software committed Sep 23, 2023
1 parent 4a22081 commit 36f0055
Show file tree
Hide file tree
Showing 3 changed files with 19,450 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
uses: actions/checkout@v2

- name: Perform static analysis
run: ./luacheck.sh
run: luacheck .
Loading

0 comments on commit 36f0055

Please sign in to comment.