Skip to content

Commit

Permalink
Do not lint Helm templates
Browse files Browse the repository at this point in the history
  • Loading branch information
gmacario committed May 3, 2022
1 parent ef0b84b commit 8d5015d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Do not lint downloaded code - see https://github.com/github/super-linter
FILTER_REGEX_EXCLUDE: .*/download/.*
# Do not lint Helm templates - see https://github.com/github/super-linter
FILTER_REGEX_EXCLUDE: .*/templates/.*
VALIDATE_JAVASCRIPT_STANDARD: false
VALIDATE_TYPESCRIPT_STANDARD: false
TYPESCRIPT_ES_CONFIG_FILE: .eslintrc.json
Expand Down

0 comments on commit 8d5015d

Please sign in to comment.