-
Notifications
You must be signed in to change notification settings - Fork 109
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 flake8 linter ignore support #424
Add flake8 linter ignore support #424
Conversation
* Support of AMENT_LINT_AUTO_FILE_EXCLUDE is required for all packages in ament_lint_auto * Add a more practical usage example with globbing Signed-off-by: Ryan Friedman <[email protected]>
My bad. Missed this when I commented out some code right before push. Will fix. |
Signed-off-by: Ryan Friedman <[email protected]>
450789b
to
d9c2bee
Compare
Fixed the white space, tests should pass. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small modification requested but otherwise LGTM
Can someone run CI? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RFRIEDM-Trimble approving preemptively, mind fixing the EOL whitespace issue and amending the commit message to satisfy DCO?
72263d2
to
710724d
Compare
Done, the whitespace was already fixed btw. I didn't realize accepting change suggestions in the UI that it doesn't sign it for me. Sorry for troubles. |
Co-authored-by: Abrar Rahman Protyasha <[email protected]> Signed-off-by: Ryan Friedman <[email protected]>
710724d
to
f850382
Compare
This solves #423