Created
August 30, 2016 11:13
-
-
Save Kosmas/e2772e2cf89e918ae66a4d61586d572d to your computer and use it in GitHub Desktop.
Alias for running Code Climate CLI (cca) - add in .bashrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias cca="docker run --interactive --tty --rm --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment