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

Use tokens from Flake8 in analysis of blank lines #157

Merged
merged 11 commits into from
Jun 20, 2020
Merged

Conversation

jamescooke
Copy link
Owner

Part of work on #148 - comment analysis is much easier with tokens, so this bunch of work:

  • Receives tokens from Flake8 in Checker
  • Adjusts command line to tokenize input and pass tokens to Checker.
  • Tokens are passed through to Function.
  • Adjust Function's blank line analysis to use tokens.
  • Clean out dead code.

@jamescooke jamescooke marked this pull request as ready for review June 20, 2020 19:49
@jamescooke jamescooke merged commit de603ab into master Jun 20, 2020
@jamescooke jamescooke deleted the tokenize branch June 20, 2020 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant