Merge branch 'develop' into features/57

This commit is contained in:
Alex Blanco 2021-02-19 04:51:23 -08:00 committed by GitHub
commit 092a44d4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
### Added
- *[#57](https://github.com/idealista/cookiecutter-ansible-role/issues/57) Added gitattributes file* @blalop
### Changed
- *[#55](https://github.com/idealista/cookiecutter-ansible-role/issues/55) Excluded non-role files from linting* @blalop
### Fixed
### Removed

View File

@ -1,5 +1,7 @@
exclude_paths:
- ./molecule
- ./.travis.yml
- ./.github
parseable: true
skip_list:
- '204'

View File

@ -4,6 +4,8 @@ extends: default
ignore: |
molecule/**/tests/
.github
.travis.yml
rules:
braces: