mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-30 03:14:40 +00:00
Issue #40: Fix YAML lint issues from changelog configs.
This commit is contained in:
@@ -10,3 +10,6 @@ rules:
|
|||||||
level: error
|
level: error
|
||||||
line-length: disable
|
line-length: disable
|
||||||
truthy: disable
|
truthy: disable
|
||||||
|
indentation:
|
||||||
|
spaces: 2
|
||||||
|
indent-sequences: consistent
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
plugins:
|
plugins:
|
||||||
become: {}
|
become: {}
|
||||||
cache: {}
|
cache: {}
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
ancestor: null
|
ancestor: null
|
||||||
releases:
|
releases:
|
||||||
0.10.0:
|
0.10.0:
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
changelog_filename_template: CHANGELOG.rst
|
changelog_filename_template: CHANGELOG.rst
|
||||||
changelog_filename_version_depth: 0
|
changelog_filename_version_depth: 0
|
||||||
changes_file: changelog.yaml
|
changes_file: changelog.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user