File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
We use external tools at Codacy, this is the library we use across the multiple external tools integrations.
9
9
For more details and examples of tools that use this project, you can check
10
10
[ PMDJava] ( https://github.com/codacy/codacy-pmdjava ) ,
11
- [ ESLint] ( https://github.com/codacy/codacy-eslint ) ,
12
- [ Pylint] ( https://github.com/codacy/codacy-pylint ) ,
13
- among many others.
11
+ [ ESLint] ( https://github.com/codacy/codacy-eslint ) and
12
+ [ Pylint] ( https://github.com/codacy/codacy-pylint ) .
14
13
15
14
### Usage
16
15
@@ -20,13 +19,14 @@ Add to your SBT dependencies:
20
19
"com.codacy" %% "codacy-engine-scala-seed" % "1.4.0"
21
20
```
22
21
23
- Check one of the tools mentioned above to see how we use this library.
22
+ You shouldn't the library itself, we use it as a core in our tools,
23
+ and everything is well explained in our Docs section.
24
24
25
25
## Docs
26
26
27
27
[ Docker Docs] ( http://docs.codacy.com/v1.5/docs/tool-developer-guide )
28
28
29
- [ Scala Docker Template Docs] ( http://docs.codacy.com/v1.5/docs/tool-developer-guide-scala )
29
+ [ Scala Docker Template Docs] ( http://docs.codacy.com/v1.5/docs/tool-developer-guide-using- scala )
30
30
31
31
## Test
32
32
You can’t perform that action at this time.
0 commit comments