summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorAlanCoding <arominge@redhat.com>2017-10-09 15:19:24 +0200
committerAlanCoding <arominge@redhat.com>2017-10-11 18:38:39 +0200
commitf03b40aa50f5e62f98823c62f66d79812a31af72 (patch)
tree03af1647e70300606ce7bbbafd46691abf102acf /setup.cfg
parentMerge pull request #397 from jakemcdermott/unit-linting (diff)
downloadawx-f03b40aa50f5e62f98823c62f66d79812a31af72.tar.xz
awx-f03b40aa50f5e62f98823c62f66d79812a31af72.zip
enforce max line length of 160 characters
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index ca7445d36b..68a465daac 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,13 +9,13 @@
# E261 - At least two spaces before inline comment
# E302 - Expected 2 blank lines found 0
# E303 - Too many blank lines
-# E501 - Line too long
# W291 - Trailing whitespace
# W391 - Blank line at end of file
# W293 - Blank line contains whitespace
-ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E303,E501,W291,W391,W293
+ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E303,W291,W391,W293
exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory/ec2.py,awx/plugins/inventory/gce.py,awx/plugins/inventory/vmware.py,awx/plugins/inventory/openstack.py,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/south_migrations,awx/main/tests/data,installer/openshift/settings.py
[flake8]
-ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E303,E501,W291,W391,W293,E731,F405
+max-line-length=160
+ignore=E201,E203,E221,E225,E231,E241,E251,E261,E265,E303,W291,W391,W293,E731,F405
exclude=.tox,venv,awx/lib/site-packages,awx/plugins/inventory,awx/ui,awx/api/urls.py,awx/main/migrations,awx/main/south_migrations,awx/main/tests/data,node_modules/,awx/projects/,tools/docker,awx/settings/local_*.py,installer/openshift/settings.py,build/,installer/