Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for multiple import blocks separated by whitespace #7662

Merged
merged 2 commits into from Sep 19, 2015

Commits on Sep 19, 2015

  1. tidy.py: Check for import blocks separated by whitespace

    This enables flagging multiple import blocks separated by whitespace
    as errors.
    
    Fixes #7381.
    nerith committed Sep 19, 2015
  2. Fix reported test-tidy errors for unmerged import blocks

    This merges import blocks that were reported by tidy as unmerged.
    nerith committed Sep 19, 2015
You can’t perform that action at this time.