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

Change linelength from hardcoded value to argument #254

Closed
wants to merge 1 commit into from

Conversation

david-prody
Copy link
Contributor

Some linters do not support the --linelength parameter. changing to argument so that each test can specify the value if needed

@david-prody david-prody requested a review from a team as a code owner March 16, 2021 00:39
@david-prody david-prody requested review from thomas-moulard and zmichaels11 and removed request for a team March 16, 2021 00:39
Some linters do not support the parameter.  setting it up as an input
argument allows individual tests to decide if they needed and what
the appropriate value is.

Signed-off-by: David Prody <prodyd@amazon.com>
@emersonknapp
Copy link
Contributor

Maybe we should skip this in favor of #253 - given that the upstream problem is now handled in ament/ament_lint#306 ? ament_lint_cmake will need a new release though for us to get the benefit

@david-prody
Copy link
Contributor Author

Maybe we should skip this in favor of #253 - given that the upstream problem is now handled in ament/ament_lint#306 ? ament_lint_cmake will need a new release though for us to get the benefit

Since the upstream problem has been fixed and the revert has already been commited we can skip this.

@david-prody david-prody deleted the arg branch March 17, 2021 18:56
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.

2 participants