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

Add I202 to the list of ignored flake8 errors. #89

Merged
merged 1 commit into from
Nov 7, 2017
Merged

Conversation

clalancette
Copy link
Contributor

@clalancette clalancette commented Nov 7, 2017

(not quite ready for review, opening for visibility)

I202 warns about newlines between groups of imports in python.
A recent change in flake8
(PyCQA/flake8-import-order@37dafcc)
made this start showing up in ROS2. Since we use whitespace
between imports in lots of places in ROS2, disable this
warning, which should get rid of this error almost everywhere.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

connects to ros2/build_farmer#67

I202 warns about newlines between groups of imports in python.
A recent change in flake8
(PyCQA/flake8-import-order@37dafcc)
made this start showing up in ROS2.  Since we use whitespace
between imports in lots of places in ROS2, disable this
warning, which should get rid of this error almost everywhere.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette clalancette added the in progress Actively being worked on (Kanban column) label Nov 7, 2017
@clalancette
Copy link
Contributor Author

Even though the macOS build isn't finished, I'm going to merge this to unblock Windows from constantly failing. I'll deal with any fallout from macOS if it has problems.

@clalancette clalancette merged commit 8ff7659 into master Nov 7, 2017
@clalancette clalancette deleted the ignore-i202 branch November 7, 2017 19:53
@clalancette clalancette removed the in progress Actively being worked on (Kanban column) label Nov 7, 2017
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.

None yet

2 participants