Skip to content

Commit d92db03

Browse files
authored
Merge pull request #18 from cog/patch-3
Added Codacy info
2 parents 3093b95 + 28cb8fc commit d92db03

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,23 @@ docker run -it -v $srcDir:/src <DOCKER_NAME>:<DOCKER_VERSION>
3131

3232
We use the [codacy-plugins-test](https://github.com/codacy/codacy-plugins-test) to test our external tools integration.
3333
You can follow the instructions there to make sure your tool is working as expected.
34+
35+
## What is Codacy?
36+
37+
[Codacy](https://www.codacy.com/) is an Automated Code Review Tool that monitors your technical debt, helps you improve your code quality, teaches best practices to your developers, and helps you save time in Code Reviews.
38+
39+
### Among Codacy’s features:
40+
41+
- Identify new Static Analysis issues
42+
- Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab (and also direct git repositories)
43+
- Auto-comments on Commits and Pull Requests
44+
- Integrations with Slack, HipChat, Jira, YouTrack
45+
- Track issues in Code Style, Security, Error Proneness, Performance, Unused Code and other categories
46+
47+
Codacy also helps keep track of Code Coverage, Code Duplication, and Code Complexity.
48+
49+
Codacy supports PHP, Python, Ruby, Java, JavaScript, and Scala, among others.
50+
51+
### Free for Open Source
52+
53+
Codacy is free for Open Source projects.

0 commit comments

Comments
 (0)