Skip to content

Commit

Permalink
[feat]: add yml linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragdata committed Jul 7, 2024
1 parent 8dc40ad commit cafb1a6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/linters/.yamllint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
extends: default

rules:
braces:
level: warning
max-spaces-inside: 1
brackets:
level: warning
max-spaces-inside: 1
colons:
level: warning
commas:
level: warning
comments: disable
comments-indentation: disable
document-start: disable
empty-lines:
level: warning
hyphens:
level: warning
indentation:
level: warning
indent-sequences: consistent
line-length:
level: warning
allow-non-breakable-inline-mappings: true
truthy: disable

0 comments on commit cafb1a6

Please sign in to comment.