Maintain actions (#71)

This commit is contained in:
Stephan Schnabel 2022-09-02 10:30:37 +02:00 committed by GitHub
parent 45dc3e361d
commit 9411c2b1b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 85 additions and 121 deletions

View file

@ -1,6 +1,9 @@
# Default state for all rules
default: true
# MD013/line-length - Line length
MD013:
line_length: 10000
# MD009 - Trailing spaces
MD009:
strict: true
# MD013 - Line length
MD013: false