Skip to content

Commit

Permalink
Disable shfmt validation
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Sep 30, 2024
1 parent 78fe180 commit 9c2634a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
LINTER_RULES_PATH: /
EDITORCONFIG_FILE_NAME: .editorconfig
FILTER_REGEX_EXCLUDE: "requirements/.*"
VALIDATE_SHELL_SHFMT: false
check-tox:
name: Check syntax (tox)
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ lint:
-e LINTER_RULES_PATH=/ \
-e FILTER_REGEX_EXCLUDE="requirements/.*" \
-e EDITORCONFIG_FILE_NAME=.editorconfig \
-e VALIDATE_SHELL_SHFMT=false \
github/super-linter
tox -e lint

Expand Down

0 comments on commit 9c2634a

Please sign in to comment.