Skip to content

Commit

Permalink
Add Codacy to the list of integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Reigada authored and sds committed Sep 27, 2018
1 parent 34a51b8 commit e20b22e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ support on the issue tracker.
* [Linters](#linters)
* [Custom Linters](#custom-linters)
* [Preprocessing](#preprocessing)
* [Automated Code Review](#automated-code-review)
* [Editor Integration](#editor-integration)
* [Git Integration](#git-integration)
* [Rake Integration](#rake-integration)
Expand Down Expand Up @@ -524,6 +525,14 @@ If only some SCSS files need to be preprocessed, you may use the
preprocessing. Preprocessing only a subset of files should make scss-lint more
performant.

## Automated Code Review

### Codacy

[Codacy](https://www.codacy.com/) automates code reviews and monitors code quality on every commit and pull request.
With Codacy you have scss-lint analysis out-of-the-box, and it is free for open source projects.
It gives visibility into the technical debt and it can track code style and security issues, code coverage, code duplication, cyclomatic complexity and enforce best practices.

## Editor Integration

### Vim
Expand Down

0 comments on commit e20b22e

Please sign in to comment.