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 flake8 linter ignore support #424

Merged

Commits on Nov 16, 2022

  1. Clarify file ignoring is required

    * 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 <ryan_friedman@trimble.com>
    RFRIEDM-Trimble committed Nov 16, 2022
    Copy the full SHA
    0b86e54 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Pass excludes through the stack into the call to flake8

    Signed-off-by: Ryan Friedman <ryan_friedman@trimble.com>
    RFRIEDM-Trimble committed Nov 17, 2022
    Copy the full SHA
    d9c2bee View commit details
    Browse the repository at this point in the history
  2. Add back in unparsed args

    Co-authored-by: Abrar Rahman Protyasha <aprotyas@u.rochester.edu>
    Signed-off-by: Ryan Friedman <ryan_friedman@trimble.com>
    RFRIEDM-Trimble and aprotyas committed Nov 17, 2022
    Copy the full SHA
    f850382 View commit details
    Browse the repository at this point in the history