Skip to content

Commit

Permalink
yamllint config: remove indentation check
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Jan 31, 2023
1 parent 78d765c commit cc5334b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@ jobs:
- uses: actions/checkout@v1
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_data: |
extends: default
rules:
indentation: disable # kustomize can rewrite yaml files and break this rule
1 change: 1 addition & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rules:
min-spaces-from-content: 1
trailing-spaces:
level: warning
indentation: disable # kustomize can rewrite yaml files and break this rule
truthy:
ignore: |
/.github/workflows

0 comments on commit cc5334b

Please sign in to comment.