Skip to content

Commit

Permalink
Provide feedback on linters failure (#61)
Browse files Browse the repository at this point in the history
Provide feedback on linters failure

Reviewed-by: https://github.com/apps/ansible-zuul
  • Loading branch information
GomathiselviS authored Jul 15, 2020
1 parent 9099fbc commit bcfb4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ commands =
[testenv:linters]
install_command = pip install {opts} {packages}
commands =
black -v -l79 --check {toxinidir}
black -v -l79 --diff --check {toxinidir}
flake8 {posargs}
yamllint -s .

Expand Down

0 comments on commit bcfb4f0

Please sign in to comment.