Skip to content

Commit d74c0b4

Browse files
committed
Replace .luacheckrc symlink with LINTER_RULES_PATH setting
1 parent 57565ed commit d74c0b4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/linters/.luacheckrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
uses: github/super-linter/slim@v4
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
LINTER_RULES_PATH: /
2223
VALIDATE_JSCPD: false
2324
VALIDATE_PYTHON_BLACK: false

0 commit comments

Comments
 (0)