Skip to content

Instantly share code, notes, and snippets.

@Kosmas
Created August 30, 2016 11:13
Show Gist options
  • Save Kosmas/e2772e2cf89e918ae66a4d61586d572d to your computer and use it in GitHub Desktop.
Save Kosmas/e2772e2cf89e918ae66a4d61586d572d to your computer and use it in GitHub Desktop.
Alias for running Code Climate CLI (cca) - add in .bashrc
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