forked from ansible-collections/community.aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
3 changed files
with
257 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
rules: | ||
indentation: | ||
ignore: &default_ignores | | ||
# automatically generated, we can't control it | ||
changelogs/changelog.yaml | ||
# Will be gone when we release and automatically reformatted | ||
changelogs/fragments/* | ||
document-start: | ||
ignore: *default_ignores | ||
line-length: | ||
ignore: *default_ignores | ||
max: 160 | ||
|
||
ignore-from-file: .gitignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.