summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2013-01-17 12:34:13 -0500
committerJoe Gordon <jogo@cloudscaling.com>2013-01-17 13:24:31 -0500
commit2704a40e5701d43cbd0e713144ce14c509f166af (patch)
tree7501289a4ed03c8ce1f16e993b305b7cd62ae480 /run_tests.sh
parent65d75430af77367622e660f57361b972a0f8dac1 (diff)
downloadnova-2704a40e5701d43cbd0e713144ce14c509f166af.tar.gz
nova-2704a40e5701d43cbd0e713144ce14c509f166af.tar.xz
nova-2704a40e5701d43cbd0e713144ce14c509f166af.zip
Fix multi line docstring tests in hacking.py
* Fixes N403, along with docstring test * Adds N404, multi line start * Disable N403 and N404 until all cases are fixed * Remove obsolote '--repeat' flag from tox.ini Change-Id: Ibf6371efc1cdc764e66f6f7c5c4362440101f963
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 3a579ca36..39176d78b 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -121,7 +121,7 @@ function run_pep8 {
srcfiles+=" setup.py"
# Until all these issues get fixed, ignore.
- ignore='--ignore=E12,E711,E721,E712'
+ ignore='--ignore=E12,E711,E721,E712,N403,N404'
# First run the hacking selftest, to make sure it's right
echo "Running hacking.py self test"