Skip to content

codacy/codacy-generic-example-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

codacy-generic-example-tool

Example Docker tool for testing the GenericRunner in codacy-plugins.

Iterates over files in /src and outputs one JSON object per line to stdout.

Build

docker build -t codacy-generic-example-tool:latest .

Run

docker run -v /path/to/src:/src codacy-generic-example-tool:latest

Output format

{"file":"foo.txt","message":"example finding","level":"info"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors