change linting rules

This commit is contained in:
vincent 2021-04-21 10:48:26 +02:00
parent 3b580d7a5b
commit 58c91bee59
2 changed files with 7 additions and 0 deletions

View File

@ -8,7 +8,12 @@ steps:
image: pipelinecomponents/yamllint
commands:
- yamllint .
- name: markdown linting
image: 06kellyjac/markdownlint-cli
commands:
- markdownlint . -i themes
when:
status:
- success
- failure

View File

@ -1,3 +1,4 @@
---
extends: default
ignore: themes/
@ -7,3 +8,4 @@ rules:
line-length:
max: 80
level: warning
allow-non-breakable-words: true