Skip to content

Commit

Permalink
update yamllint config to ignore yaml templates
Browse files Browse the repository at this point in the history
Signed-off-by: kranurag7 <anurag.kumar@syself.com>
  • Loading branch information
kranurag7 committed Jan 22, 2024
1 parent d2332fa commit 41d3a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ yaml-files:

ignore:
- '**/vendor/**'
- 'tests/cluster-stacks/**'
- '.cache'
- _artifacts
- dist

0 comments on commit 41d3a5d

Please sign in to comment.