From the course: Agile Software Development: Code Quality

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Automated code style review with Hound CI

Automated code style review with Hound CI - SonarQube Tutorial

From the course: Agile Software Development: Code Quality

Start my 1-month free trial

Automated code style review with Hound CI

- [Instructor] Using a linter makes it very easy to find all the coding style violations on your project, but it can be overwhelming. There are likely going to be too many issues reported for you to fix in a reasonable amount of time. It's also going to be good to detect when you've introduced a new style violation. Changes are, you'll just get used to ignoring the output of the linting tool, which severely reduces its ability to help you. In that scenario, what you really need is a tool which will let you know when you've introduced a new violation. That's exactly what Hound does. It's a tool that integrates with GitHub and leaves comments on your pull requests when coding style violations are introduced. Let's take a peek at how to get started with Hound. Click sign in with GitHub. I've already gone through and signed up for a Hound account. What you'll see the first time you come here is a little bit different than what I'm seeing, but you'll eventually get to the same list of…

Contents