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

Suppress flake8 A005 in existing colcon API #636

Merged
merged 1 commit into from Apr 9, 2024
Merged

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Apr 9, 2024

Rather than suppress A005 completely, we can ignore it in our existing API to prevent new A005 violations from appearing.

I couldn't find a good way to suppress only A005 in the files themselves.

Rather than suppress A005 completely, we can ignore it in our existing
API to prevent new A005 violations from appearing.
@cottsay cottsay added the bug Something isn't working label Apr 9, 2024
@cottsay cottsay requested a review from clalancette April 9, 2024 15:26
@cottsay cottsay self-assigned this Apr 9, 2024
@clalancette
Copy link
Contributor

The tests are failing here because we need #635 , but since that has a circular dependency with this, I've approved this one anyway.

@cottsay cottsay merged commit eb53f12 into master Apr 9, 2024
6 of 40 checks passed
@cottsay cottsay deleted the cottsay/flake8-a005 branch April 9, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

None yet

2 participants