Skip to content

Commit

Permalink
chore: fix megalinter config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevader committed Oct 20, 2023
1 parent d0e655d commit 8b9e70c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
}}
COPYPASTE_JSCPD_CONFIG_FILE: .github/linter/jscpd/jscpd.json
KUBERNETES_DIRECTORY: ''
KUBERNETES_KUBEVAL_ARGUMENTS: --ignore-missing-schemas
KUBERNETES_KUBEVAL_FILTER_REGEX_INCLUDE: "(kubernetes)"
KUBERNETES_KUBECONFORM_ARGUMENTS: --ignore-missing-schemas
KUBERNETES_KUBECONFORM_FILTER_REGEX_EXCLUDE: "(Chart.yaml|values.yaml)"
MARKDOWN_MARKDOWNLINT_CONFIG_FILE: .github/linter/markdownlint/markdownlint.yaml
YAML_YAMLLINT_CONFIG_FILE: .github/linter/yamllint/.yamllint.yaml
YAML_PRETTIER_CONFIG_FILE: .github/linter/prettier/.prettierrc.yaml

0 comments on commit 8b9e70c

Please sign in to comment.