Revert "shorten pep8 output"

Verbose PEP8 output is explicitly intended to make it easier for new contributors to propose acceptable patches.

This reverts commit 1f01d30983
This commit is contained in:
Dolph Mathews 2013-01-04 20:40:13 +00:00 committed by Gerrit Code Review
parent 1f01d30983
commit ba6b1c3128

View File

@ -113,7 +113,7 @@ function run_pep8 {
ignore="$ignore_scripts,$ignore_files,$ignore_dirs"
srcfiles="."
# Just run PEP8 in current environment
${wrapper} pep8 --repeat --show-source \
${wrapper} pep8 --repeat --show-pep8 --show-source \
--exclude=${ignore} ${srcfiles} | tee pep8.txt
}