mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-21 19:33:04 +00:00
skip_changelog: Update yaml linting (#160)
Adjust yaml linting rules to fix non-issues with GitHub actions yaml. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
1b5a051aea
commit
e66e609901
3 changed files with 5 additions and 2 deletions
1
.github/release-drafter.yml
vendored
1
.github/release-drafter.yml
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
name-template: '$RESOLVED_VERSION'
|
name-template: '$RESOLVED_VERSION'
|
||||||
tag-template: '$RESOLVED_VERSION'
|
tag-template: '$RESOLVED_VERSION'
|
||||||
categories:
|
categories:
|
||||||
|
|
|
@ -20,7 +20,9 @@ rules:
|
||||||
hyphens:
|
hyphens:
|
||||||
level: error
|
level: error
|
||||||
line-length:
|
line-length:
|
||||||
max: 160
|
max: 200
|
||||||
|
truthy:
|
||||||
|
check-keys: false
|
||||||
|
|
||||||
ignore: |
|
ignore: |
|
||||||
changelogs/.plugin-cache.yaml
|
changelogs/.plugin-cache.yaml
|
||||||
|
|
Loading…
Reference in a new issue