Skip to content

Commit

Permalink
chore: ignore .tekton folder for yamllint
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Hebert <[email protected]>
  • Loading branch information
scoheb committed Oct 10, 2023
1 parent 7929714 commit a3c5bb9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
rules:
line-length:
max: 120
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true
indentation:
spaces: consistent
comments:
require-starting-space: true
document-start:
present: true
empty-lines:
max: 1

ignore:
- '.tekton55/*.yaml'

0 comments on commit a3c5bb9

Please sign in to comment.