summaryrefslogtreecommitdiff
path: root/test/sanity
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2017-11-06 15:54:37 +0000
committerGitHub <noreply@github.com>2017-11-06 15:54:37 +0000
commit2fb4f547a915755e21be401bb7fd3f4817505e89 (patch)
tree5e0e3933b8658300def3f38b38c8a948a3be01c1 /test/sanity
parenteaa2fcc73fbda0caa402ad6233434f981baccab6 (diff)
downloadansible-2fb4f547a915755e21be401bb7fd3f4817505e89.tar.gz
If pip install requirements.txt fails, upgrade pip (#32399)
* If pip install requirements.txt fails, upgrade pip * Use pycodestyle instead of pep8 (#25947) (cherry picked from commit 4b3d6dfa8a10188995e1b027849540e1a440e88d) * Ignore more * pylint lint fixes * Ignore more
Diffstat (limited to 'test/sanity')
-rw-r--r--test/sanity/pep8/current-ignore.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/sanity/pep8/current-ignore.txt b/test/sanity/pep8/current-ignore.txt
index d09a3150be..e87d7d0338 100644
--- a/test/sanity/pep8/current-ignore.txt
+++ b/test/sanity/pep8/current-ignore.txt
@@ -22,9 +22,13 @@ E266
E301
E302
E303
+E305
+E306
E402
E502
E713
+E722
E731
+E741
W391
W503