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