Skip to content

Commit

Permalink
feat: exclude bash linting as covered by shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nhunt committed Sep 12, 2020
1 parent 8faedca commit ca4fa9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: github/super-linter@v3
env:
DEFAULT_BRANCH: master
FILTER_REGEX_EXCLUDE: CHANGELOG\.md|\.git-completion\.bash|\.git-prompt\.sh
FILTER_REGEX_EXCLUDE: .*CHANGELOG\.md
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: true
VALIDATE_BASH: false

0 comments on commit ca4fa9e

Please sign in to comment.