|
1 |
| -[](https://www.codacy.com/gh/codacy/codacy-metrics-eslint?utm_source=github.com&utm_medium=referral&utm_content=codacy/codacy-metrics-eslint&utm_campaign=Badge_Grade) |
2 |
| -[](https://www.codacy.com/gh/codacy/codacy-metrics-eslint?utm_source=github.com&utm_medium=referral&utm_content=codacy/codacy-metrics-eslint&utm_campaign=Badge_Coverage) |
| 1 | +# Codacy Metrics ESLint |
3 | 2 |
|
4 |
| -# Codacy Metrics Eslint |
| 3 | +[](https://app.codacy.com/gh/codacy/codacy-metrics-eslint/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) |
| 4 | +[](https://circleci.com/gh/codacy/codacy-metrics-eslint) |
5 | 5 |
|
6 | 6 | ## Usage
|
7 | 7 |
|
8 | 8 | You can create the docker by doing:
|
9 | 9 |
|
10 | 10 | ```bash
|
11 |
| -npm run dockerBuild |
| 11 | +npm run build:docker |
12 | 12 | ```
|
13 | 13 |
|
14 | 14 | The docker is ran with the following command:
|
@@ -47,15 +47,15 @@ codacy-plugins-test metrics codacy-metrics-eslint
|
47 | 47 |
|
48 | 48 | ### Among Codacy’s features
|
49 | 49 |
|
50 |
| -- Identify new Static Analysis issues |
51 |
| -- Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab (and also direct git repositories) |
52 |
| -- Auto-comments on Commits and Pull Requests |
53 |
| -- Integrations with Slack, HipChat, Jira, YouTrack |
54 |
| -- Track issues in Code Style, Security, Error Proneness, Performance, Unused Code and other categories |
| 50 | +- Identify new Static Analysis issues |
| 51 | +- Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab (and also direct git repositories) |
| 52 | +- Auto-comments on Commits and Pull Requests |
| 53 | +- Integrations with Slack, HipChat, Jira, YouTrack |
| 54 | +- Track issues in Code Style, Security, Error Proneness, Performance, Unused Code and other categories |
55 | 55 |
|
56 |
| -Codacy also helps keep track of Code Coverage, Code Duplication, and Code Complexity. |
| 56 | +Codacy also helps keep track of Code Coverage, Code Duplication and Code Complexity. |
57 | 57 |
|
58 |
| -Codacy supports PHP, Python, Ruby, Java, JavaScript, and Scala, among others. |
| 58 | +Codacy supports PHP, Python, Ruby, Java, JavaScript and Scala, among others. |
59 | 59 |
|
60 | 60 | ### Free for Open Source
|
61 | 61 |
|
|
0 commit comments