Skip to content

Commit 3a801c0

Browse files
authored
yamllint cleanup/configuration (ansible-collections#1932)
yamllint cleanup/configuration SUMMARY Some minor yamllint cleanup, and configuration. (Doesn't touch integration tests yet...) ISSUE TYPE Feature Pull Request COMPONENT NAME .yamllint changelogs/config.yaml meta/runtime.yml ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis
1 parent 34b06b7 commit 3a801c0

File tree

3 files changed

+257
-241
lines changed

3 files changed

+257
-241
lines changed

.yamllint

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
rules:
3+
indentation:
4+
ignore: &default_ignores |
5+
# automatically generated, we can't control it
6+
changelogs/changelog.yaml
7+
# Will be gone when we release and automatically reformatted
8+
changelogs/fragments/*
9+
document-start:
10+
ignore: *default_ignores
11+
line-length:
12+
ignore: *default_ignores
13+
max: 160
14+
15+
ignore-from-file: .gitignore

changelogs/config.yaml

+17-16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
changelog_filename_template: ../CHANGELOG.rst
23
changelog_filename_version_depth: 0
34
changes_file: changelog.yaml
@@ -9,21 +10,21 @@ notesdir: fragments
910
prelude_section_name: release_summary
1011
prelude_section_title: Release Summary
1112
sections:
12-
- - major_changes
13-
- Major Changes
14-
- - minor_changes
15-
- Minor Changes
16-
- - breaking_changes
17-
- Breaking Changes / Porting Guide
18-
- - deprecated_features
19-
- Deprecated Features
20-
- - removed_features
21-
- Removed Features (previously deprecated)
22-
- - security_fixes
23-
- Security Fixes
24-
- - bugfixes
25-
- Bugfixes
26-
- - known_issues
27-
- Known Issues
13+
- - major_changes
14+
- Major Changes
15+
- - minor_changes
16+
- Minor Changes
17+
- - breaking_changes
18+
- Breaking Changes / Porting Guide
19+
- - deprecated_features
20+
- Deprecated Features
21+
- - removed_features
22+
- Removed Features (previously deprecated)
23+
- - security_fixes
24+
- Security Fixes
25+
- - bugfixes
26+
- Bugfixes
27+
- - known_issues
28+
- Known Issues
2829
title: community.aws
2930
trivial_section_name: trivial

0 commit comments

Comments
 (0)