Skip to content

Commit

Permalink
Add yamllint config
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Aug 2, 2024
1 parent 6dce088 commit 7422456
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
extends: default

ignore-from-file: .gitignore

rules:
document-start: disable
empty-lines:
level: error
max: 1
max-start: 0
max-end: 1
indentation:
level: error
spaces: 2
indent-sequences: true
check-multi-line-strings: false
line-length: disable
truthy: disable

0 comments on commit 7422456

Please sign in to comment.