#40 updated yamllint configuration
This commit is contained in:
parent
388d7e73b2
commit
e76415384a
@ -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
|
||||||
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user