summaryrefslogtreecommitdiffstats
path: root/ansible_collections/amazon/aws/tox.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:18:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:18:34 +0000
commit3667197efb7b18ec842efd504785965911f8ac4b (patch)
tree0b986a4bc6879d080b100666a97cdabbc9ca1f28 /ansible_collections/amazon/aws/tox.ini
parentAdding upstream version 9.5.1+dfsg. (diff)
downloadansible-3667197efb7b18ec842efd504785965911f8ac4b.tar.xz
ansible-3667197efb7b18ec842efd504785965911f8ac4b.zip
Adding upstream version 10.0.0+dfsg.upstream/10.0.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--ansible_collections/amazon/aws/tox.ini12
1 files changed, 11 insertions, 1 deletions
diff --git a/ansible_collections/amazon/aws/tox.ini b/ansible_collections/amazon/aws/tox.ini
index 179ed761c..ef66e76ea 100644
--- a/ansible_collections/amazon/aws/tox.ini
+++ b/ansible_collections/amazon/aws/tox.ini
@@ -74,6 +74,16 @@ deps =
commands =
flake8 {posargs} {[common]format_dirs}
+[testenv:pylint-lint]
+# Additional pylint tests that ansible-test currently ignores
+deps =
+ pylint
+commands =
+ pylint \
+ --disable R,C,W,E \
+ --enable consider-using-dict-items,assignment-from-no-return,no-else-continue,no-else-break,simplifiable-if-statement,pointless-string-statement,redefined-outer-name,redefined-builtin \
+ {toxinidir}/plugins
+
[testenv:flynt]
deps =
flynt
@@ -84,7 +94,7 @@ commands =
deps =
flynt
commands =
- flynt --dry-run {[common]format_dirs}
+ flynt --dry-run --fail-on-change {[common]format_dirs}
[testenv:linters]
deps =