Skip to content

Commit

Permalink
linter: adjusted linter configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Noki committed Dec 16, 2023
1 parent 4cf0d03 commit 5f9a2ed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ MD013: false
MD041: false
MD034: false
MD026:
punctuation: ".,;:"
punctuation: ".,;:"
14 changes: 14 additions & 0 deletions .github/linters/.yaml-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# This extends the default yaml-lint conf by adjusting some options.

extends: default

ignore: |
venv
rules:
document-start:
level: error
line-length:
max: 2048
level: warning

0 comments on commit 5f9a2ed

Please sign in to comment.