3febd1423a
Makes use of newer feature which produces failures only when current commit is adding new violations, exiting ones being considered as already known. To prove it works, it also removes the E208 from warn, making it an error. Still, the final linting result is a success because these violations were already present before current commit. Change-Id: Ia858f2a3e71d9634e9d90e890d82714105e8f8c9
6 lines
171 B
Plaintext
6 lines
171 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.7,<5
|