zuul-jobs/linters-requirements.txt
Sorin Sbarnea 5e9f91764e Bump ansible-lint to 4.3.0
- 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
2020-05-28 16:48:14 +01:00

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