Docker image with installed utilities for code analysis and linter.
10K+
Docker image with installed utilities for code analysis and linter.
Currently, it provides the following:
It provides a volume to mount your code and run the different tools. Both offer configuration through files, which eases configuration options.
Example usage:
docker run --rm -it -v mypythonproject:/var/code/ flake8docker run --rm -it -v myjsproject:/var/code/ eslintContent type
Image
Digest
Size
326.3 MB
Last updated
about 8 years ago
docker pull octobotdev/code-tools