Skip to content
Permalink
Browse files
Updated the check_whitespace function to check all python files in th…
…e codebase.
  • Loading branch information
eoinof committed Oct 30, 2012
1 parent c6911ee commit 5c64a755590a275265665cf082a2fc928ac0972b
Showing with 1 addition and 3 deletions.
  1. +1 −3 run_tests.py
@@ -455,9 +455,7 @@ def _clean_orphaned_pyc():

# TODO: note unused config options afterward?

whitespace_issues = test.check_whitespace.get_issues("stem")
whitespace_issues.update(test.check_whitespace.get_issues("test"))
whitespace_issues.update(test.check_whitespace.get_issues("run_tests.py"))
whitespace_issues = test.check_whitespace.get_issues("./")

if whitespace_issues:
test.output.print_line("WHITESPACE ISSUES", term.Color.BLUE, term.Attr.BOLD)

0 comments on commit 5c64a75

Please sign in to comment.