Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit 01d2a90

Browse files
Disable shfmt linter
1 parent 4345a27 commit 01d2a90

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
LINTER_RULES_PATH: /
42+
VALIDATE_SHELL_SHFMT: false
4243
check-tox:
4344
runs-on: ubuntu-latest
4445
steps:

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ lint:
1414
sudo -E $(DOCKER_CMD) run --rm -v $$(pwd):/tmp/lint \
1515
-e RUN_LOCAL=true \
1616
-e LINTER_RULES_PATH=/ \
17+
-e VALIDATE_SHELL_SHFMT=false \
1718
ghcr.io/super-linter/super-linter
1819
tox -e lint
1920

0 commit comments

Comments
 (0)