Skip to content

Commit e90ac7b

Browse files
committed
add docs on tool usage
1 parent e0cb2a9 commit e90ac7b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,15 @@ Project token example
2828
"project-token": "#########",
2929
}
3030

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+
3138
### On-prem usage
32-
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"
3340

3441
"codacy-cli": {
3542
"codacy-api-base-url": "https://my-onprem.codacy.instance",

0 commit comments

Comments
 (0)