#55 exclude non-role files from linting
This commit is contained in:
		
							parent
							
								
									2a4c935222
								
							
						
					
					
						commit
						bd4c9ee55d
					
				| @ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch | ||||
| ## Unreleased | ||||
| ### Added | ||||
| ### Changed | ||||
| - *[#55](https://github.com/idealista/cookiecutter-ansible-role/issues/55) Excluded non-role files from linting* @blalop | ||||
| ### Fixed | ||||
| ### Removed | ||||
| 
 | ||||
|  | ||||
| @ -1,5 +1,7 @@ | ||||
| exclude_paths: | ||||
|   - ./molecule | ||||
|   - /.travis.yml | ||||
|   - /.github | ||||
| parseable: true | ||||
| skip_list: | ||||
|   - '204' | ||||
|  | ||||
| @ -4,6 +4,8 @@ extends: default | ||||
| 
 | ||||
| ignore: | | ||||
|   molecule/**/tests/ | ||||
|   .github | ||||
|   .travis.yml | ||||
| 
 | ||||
| rules: | ||||
|   braces: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user