Add linter.

This commit is contained in:
Stephan Schnabel 2021-10-28 11:43:06 +02:00
parent 53e95073d2
commit c30d17a4a0
Signed by: stephan.schnabel
GPG key ID: F74FE2422AA07290
8 changed files with 187 additions and 113 deletions

6
.markdownlint.yaml Normal file
View file

@ -0,0 +1,6 @@
# Default state for all rules
default: true
# MD013/line-length - Line length
MD013:
line_length: 10000