Skip to content

Commit

Permalink
Ignore RHTAP config files during YAML lint
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Torres <[email protected]>
  • Loading branch information
antoniotorresm committed Jan 25, 2024
1 parent 3e2901b commit 9da1757
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ yaml-files:
- '*.yml'
- '.yamllint'

ignore: |
.tekton/*

extends: default
rules:
line-length:
Expand Down

0 comments on commit 9da1757

Please sign in to comment.