#40 updated yamllint configuration

This commit is contained in:
Fran Tsao 2020-11-12 17:51:11 +01:00
parent 388d7e73b2
commit e76415384a
2 changed files with 3 additions and 10 deletions

View File

@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog). This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).
## Unreleased ## Unreleased
### Fixed
- *[#40](https://github.com/idealista/cookiecutter-ansible-role/issues/40) Updated yamllint configuration* @frantsao
### Changed ### Changed
- *[#38](https://github.com/idealista/cookiecutter-ansible-role/pull/38) Bump goss version from 0.3.11 to 0.3.14* @vicsufer - *[#38](https://github.com/idealista/cookiecutter-ansible-role/pull/38) Bump goss version from 0.3.11 to 0.3.14* @vicsufer
### Removed ### Removed

View File

@ -3,9 +3,7 @@
extends: default extends: default
ignore: | ignore: |
.travis.yml molecule/default/tests/
molecule/
tests/
rules: rules:
braces: braces:
@ -20,20 +18,13 @@ rules:
commas: commas:
max-spaces-after: -1 max-spaces-after: -1
level: error level: error
comments: disable
comments-indentation: disable
document-start: disable
empty-lines: empty-lines:
max: 3 max: 3
level: error level: error
hyphens: hyphens:
level: error level: error
indentation: disable
key-duplicates: enable key-duplicates: enable
line-length: disable line-length: disable
new-line-at-end-of-file: disable
new-lines: new-lines:
type: unix type: unix
trailing-spaces: disable
truthy: disable truthy: disable