Example Docker tool for testing the GenericRunner in codacy-plugins.
Iterates over files in /src and outputs one JSON object per line to stdout.
docker build -t codacy-generic-example-tool:latest .docker run -v /path/to/src:/src codacy-generic-example-tool:latest{"file":"foo.txt","message":"example finding","level":"info"}