Skip to content

Commit

Permalink
chore: add yamllint to megalinter
Browse files Browse the repository at this point in the history
  • Loading branch information
jpower432 authored Mar 14, 2024
1 parent 865a021 commit e4ac5e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ ENABLE_LINTERS:
- REPOSITORY_GITLEAKS
- ACTION_ACTIONLINT
- MARKDOWN_MARKDOWNLINT
- YAML_YAMLLINT
- BASH_SHELLCHECK
- REPOSITORY_KICS

REPOSITORY_KICS_ARGUMENTS: "--fail-on high"
YAML_YAMLLINT_ARGUMENTS: "-d {extends: relaxed, rules: {line-length: {max: 105}}}"
REPOSITORY_KICS_ARGUMENTS: "--fail-on high"

0 comments on commit e4ac5e5

Please sign in to comment.