5e9f91764e
- Bumps linter and make use of its auto-detection - Temporary skips linting test-playbooks/ to match previous behavior - Documents skips in a way that makes it easy to maintain the rules - Keeps linter config in standard location, so it can be loaded regardless how is called. Change-Id: Ic379c91fa9385473f6ec2af91e61953dc10c1f54
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
# linters have different requirements than test ones, some would
|
|
# conflict, like ansible version required by ansible-lint.
|
|
flake8
|
|
yamllint>=1.23.0
|
|
ansible-lint>=4.3.0a1,<5
|