Fix up hacking ignores a bit.
Add more explicit ignores to tox.ini hacking ignores until we have a chance to fix up the imports and docstring errors we've been ignoring. This should give us everything we had in the past (ie alphabetical import checks). Also, update run_tests.sh to call flake8 and not the hacking.py that is no longer there. Change-Id: I6c82e958002255fd9f527b06bf0a68d148cc681e
This commit is contained in:
parent
c23f620f2c
commit
e136c96988
@ -110,12 +110,7 @@ srcfiles+=" setup.py"
|
||||
|
||||
function run_pep8 {
|
||||
echo "Running PEP8 and HACKING compliance check..."
|
||||
# Just run PEP8 in current environment
|
||||
#
|
||||
|
||||
# Until all these issues get fixed, ignore.
|
||||
ignore='--ignore=N4,E125,E126,E711,E712'
|
||||
${wrapper} python tools/hacking.py ${ignore} ${srcfiles}
|
||||
flake8 cinder* bin
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user