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

Followup from #9 and enable linters. #12

Merged
merged 1 commit into from
Oct 4, 2019
Merged

Conversation

nuclearsandwich
Copy link
Member

@nuclearsandwich nuclearsandwich commented May 6, 2019

This is a followup from #9 and the start of a resolution for #11 (enables linters but does not address any of the reported issues).

ament_copyright fails on the included FindLog4cxx.cmake file. I don't see FindLog4cxx.cmake in the current HEAD of the CMake upstream repository nor have I seen a way to disable copyright checks for just one file while keeping them for the rest of the package.

Fixes #11

@nuclearsandwich
Copy link
Member Author

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

@clalancette
Copy link
Contributor

@ros-pull-request-builder retest this please

While we are in here, fix up a few typos and cleanup the code
to conform to the linting rules.

Signed-off-by: Steven! Ragnarök <[email protected]>
Signed-off-by: Chris Lalancette <[email protected]>
@clalancette
Copy link
Contributor

clalancette commented Oct 4, 2019

CI:

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

Copy link
Member Author

@nuclearsandwich nuclearsandwich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for picking up the torch @clalancette. Aside from @sloretz's question about the removed log severity enum nothing else jumps out as an issue. ✔️

@clalancette clalancette merged commit 6faf358 into master Oct 4, 2019
@clalancette clalancette deleted the logging-followup branch October 4, 2019 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable the linter on both rcl_logging_log4cxx and rcl_logging_noop
3 participants