|
3 | 3 | [](https://www.codacy.com/app/Codacy/codacy-plugins-api?utm_source=github.com&utm_medium=referral&utm_content=codacy/codacy-plugins-api&utm_campaign=Badge_Grade)
|
4 | 4 | [](https://www.codacy.com/app/Codacy/codacy-plugins-api?utm_source=github.com&utm_medium=referral&utm_content=codacy/codacy-plugins-api&utm_campaign=Badge_Coverage)
|
5 | 5 | [](https://circleci.com/gh/codacy/codacy-plugins-api)
|
| 6 | +[](https://maven-badges.herokuapp.com/maven-central/com.codacy/codacy-plugins-api_2.12) |
6 | 7 |
|
7 | 8 | A dependency free api for codacy-engines
|
8 | 9 |
|
9 |
| -This repository is ment to be the interface between |
10 |
| -.) codacy engines (currently via https://github.com/codacy/codacy-engine-scala-seed), |
11 |
| -.) the plugins-test and |
12 |
| -.) codacy's internal component running engines and picking up their results |
| 10 | +This repository is meant to be the interface between |
13 | 11 |
|
14 |
| -it's held dependency free so we are flexible on changing (versions of) mainly json-libraries on the components that use it. |
| 12 | +* Codacy analysis tools (currently via [codacy-engine-scala-seed](https://github.com/codacy/codacy-engine-scala-seed)) |
| 13 | +* Codacy duplication tools (currently via [codacy-duplication-scala-seed](https://github.com/codacy/codacy-duplication-scala-seed)) |
| 14 | +* Codacy metrics tools (currently via [codacy-metrics-scala-seed](https://github.com/codacy/codacy-metrics-scala-seed)) |
| 15 | +* The tests with [codacy-plugins-test](https://github.com/codacy/codacy-plugins-test) |
| 16 | +* Codacy's internal component running tools and picking up their results |
15 | 17 |
|
16 |
| -## What is Codacy? |
| 18 | +It's held dependency free so we are flexible on changing (versions of) mainly json-libraries on the components that use it. |
| 19 | + |
| 20 | +## What is Codacy |
17 | 21 |
|
18 | 22 | [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.
|
19 | 23 |
|
20 |
| -### Among Codacy’s features: |
| 24 | +### Among Codacy’s features |
21 | 25 |
|
22 |
| -- Identify new Static Analysis issues |
23 |
| -- Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab (and also direct git repositories) |
24 |
| -- Auto-comments on Commits and Pull Requests |
25 |
| -- Integrations with Slack, HipChat, Jira, YouTrack |
26 |
| -- Track issues in Code Style, Security, Error Proneness, Performance, Unused Code and other categories |
| 26 | +* Identify new Static Analysis issues |
| 27 | +* Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab (and also direct git repositories) |
| 28 | +* Auto-comments on Commits and Pull Requests |
| 29 | +* Integrations with Slack, HipChat, Jira, YouTrack |
| 30 | +* Track issues in Code Style, Security, Error Proneness, Performance, Unused Code and other categories |
27 | 31 |
|
28 | 32 | Codacy also helps keep track of Code Coverage, Code Duplication, and Code Complexity.
|
29 | 33 |
|
|
0 commit comments