Skip to content

Commit

Permalink
Make yamllint consistent with Composer (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-chu authored Jan 29, 2024
1 parent f132f05 commit 34a1dad
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
yaml-files:
- '*.yaml'
- '*.yml'
- "*.yaml"
- "*.yml"
- .yamllint

ignore: |
wandb
*
rules:
braces:
forbid: non-empty
brackets:
forbid: false
colons: enable
commas: enable
comments:
min-spaces-from-content: 1
comments: enable
comments-indentation: enable
document-end:
present: false
Expand All @@ -27,14 +30,13 @@ rules:
key-duplicates: enable
key-ordering: disable
line-length:
max: 120
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true
new-line-at-end-of-file: enable
new-lines: enable
octal-values: enable
quoted-strings:
quote-type: any
quote-type: double
required: false
trailing-spaces: enable
truthy: disable

0 comments on commit 34a1dad

Please sign in to comment.