Skip to content

Commit

Permalink
add yamllint config
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun Raja Yogidas <[email protected]>
  • Loading branch information
coderbirju committed Sep 5, 2024
1 parent 6e9e34a commit 7331fd6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
extends: default
rules:
trailing-spaces:
# issue templates intentionally have some whitespace
ignore: .github/ISSUE_TEMPLATE/
document-start: disable # preference, can enable if desired
comments: disable # doesn't like in-line comments like this
line-length: disable # hard to enforce <80 chars for some cmds
truthy:
allowed-values: ['true', 'false', 'on']

0 comments on commit 7331fd6

Please sign in to comment.