Skip to content
Snippets Groups Projects
Commit 11613bd2 authored by Ben Patterson's avatar Ben Patterson
Browse files

Resolve run_pylint error.

parent f8a048d6
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ nose-exclude
nose-ignore-docstring
nosexcover==1.0.7
pep8==1.5.7
pylint==1.4.0
pylint==1.4.1
python-subunit==0.0.16
rednose==0.3
selenium==2.42.1
......
......@@ -56,7 +56,7 @@ set -e
###############################################################################
# Violations thresholds for failing the build
PYLINT_THRESHOLD=5800
PYLINT_THRESHOLD=6300
PEP8_THRESHOLD=0
source $HOME/jenkins_env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment