Skip to content

Commit

Permalink
Added linters
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Feb 13, 2024
1 parent cc57af3 commit 5571c33
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/linters/.yaml-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Extends the default yamllint config by adjusting some options.
extends: default

rules:
comments-indentation: disable
line-length:
level: warning
allow-non-breakable-inline-mappings: true
truthy: disable

0 comments on commit 5571c33

Please sign in to comment.