Skip to content

Commit

Permalink
add yamllint config file
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Jan 13, 2025
1 parent cf8b50a commit f8ce6a9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/.yamllint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
extends: default
rules:
document-start: disable
line-length:
max: 110
quoted-strings:
quote-type: single
required: only-when-needed
truthy:
check-keys: false

0 comments on commit f8ce6a9

Please sign in to comment.