We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cb2a9 commit e90ac7bCopy full SHA for e90ac7b
README.md
@@ -28,8 +28,15 @@ Project token example
28
"project-token": "#########",
29
}
30
31
+### Tool
32
+Codacy cli can use all tool availables for the repository or you can specify one using the key "tool"
33
+
34
+ "codacy-cli": {
35
+ "tool": "eslint"
36
+ }
37
38
### On-prem usage
-In order to use it for servers on-prem, you'll need to use the flag "codacy-api-base-url"
39
+In order to use it for servers on-prem, you'll need to use the key "codacy-api-base-url"
40
41
"codacy-cli": {
42
"codacy-api-base-url": "https://my-onprem.codacy.instance",
0 commit comments