Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

Implement HoundCI for linting PRs #55

Description

@sindrehan

HoundCI is a continious integration service that will lint source code and put comments directly in Pull Requests.

Looks like a good service and seems easier to deal with than running roslint as a part of the test rig in Travis. The primary benefit with a service like this is that when review a PR we can focus on the things that actually matter, and let a bot handle the bikeshedding.

However, it does not support C++ out of the box, but this blog post walks through how one adds support. Seems fairly straight forward.

Here's an example on how the bot comments a PR (from Home-assistant):
hound

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions