Skip to content

Commit

Permalink
build(project): add Markdown and YAML lint configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed May 21, 2024
1 parent 39ac7f7 commit 4900413
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
line-length: false
no-hard-tabs: false
no-inline-html: false
no-duplicate-header: false
9 changes: 9 additions & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
extends: default
rules:
document-start: disable
line-length:
max: 160
level: warning
brackets:
min-spaces-inside: 0
max-spaces-inside: 1

0 comments on commit 4900413

Please sign in to comment.