Skip to content

Instantly share code, notes, and snippets.

@bashkirtsevich
Last active September 3, 2019 17:43
Show Gist options
  • Save bashkirtsevich/52bd2f9ad91e2b0e5cd2b1dbe4cc8046 to your computer and use it in GitHub Desktop.
Save bashkirtsevich/52bd2f9ad91e2b0e5cd2b1dbe4cc8046 to your computer and use it in GitHub Desktop.
Codacy docker
docker run -it --rm -v $(pwd):/src codacy/codacy-sqlint:latest
docker run -it --rm -v $(pwd):/src codacy/codacy-pylint:latest
docker run -it --rm -v $(pwd):/src codacy/codacy-pylint-python3:latest
docker run -it --rm -v $(pwd):/src codacy/codacy-remark-lint:latest
docker run -it --rm -v $(pwd):/src codacy/codacy-bandit:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment