Maintain actions

This commit is contained in:
Stephan Schnabel 2022-09-02 09:13:08 +02:00
parent 67a1b52362
commit ba31b4755b
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
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