Skip to content

Commit

Permalink
Add .yamllint
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Pasquier <[email protected]>
  • Loading branch information
simonpasquier committed Apr 18, 2024
1 parent 929e52e commit ec23fac
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
extends: default

rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
commas: disable
comments: disable
comments-indentation: disable
document-start: disable
indentation:
spaces: consistent
indent-sequences: consistent
line-length: disable
truthy:
check-keys: false

0 comments on commit ec23fac

Please sign in to comment.