tripleo-ci/.ansible-lint
Sorin Sbarnea 8ce78d3a18 Bumped and hardened linting
- Fixes one bashate problem
- Updates linters
- Addressed most of the skip_list exclusions and removed them

Assure the `pre-commit run -a` is always run on all files instead
of old behavior which allowed linting to be broken when merging.

Bumping operation is mostly automated, we just need to run:
`pre-commit autoupdate` from time to time and fix eventual issues.

Change-Id: If75a3e49a9d570e744063ea35ea41919261ad876
2019-06-26 12:31:29 +01:00

9 lines
236 B
Plaintext

exclude_paths:
- roles/validate-ui/.travis.yml
parseable: true
quiet: false
skip_list:
- ANSIBLE0010 # Package installs should not use latest.
- 602 # Due to https://github.com/ansible/ansible-lint/issues/457
verbosity: 1