Skip to content

Commit e20b22e

Browse files
Daniel Reigadasds
authored andcommitted
Add Codacy to the list of integrations
1 parent 34a51b8 commit e20b22e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ support on the issue tracker.
3939
* [Linters](#linters)
4040
* [Custom Linters](#custom-linters)
4141
* [Preprocessing](#preprocessing)
42+
* [Automated Code Review](#automated-code-review)
4243
* [Editor Integration](#editor-integration)
4344
* [Git Integration](#git-integration)
4445
* [Rake Integration](#rake-integration)
@@ -524,6 +525,14 @@ If only some SCSS files need to be preprocessed, you may use the
524525
preprocessing. Preprocessing only a subset of files should make scss-lint more
525526
performant.
526527

528+
## Automated Code Review
529+
530+
### Codacy
531+
532+
[Codacy](https://www.codacy.com/) automates code reviews and monitors code quality on every commit and pull request.
533+
With Codacy you have scss-lint analysis out-of-the-box, and it is free for open source projects.
534+
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.
535+
527536
## Editor Integration
528537

529538
### Vim

0 commit comments

Comments
 (0)