ahmadnassri/logress

View on GitHub
.scripts/codeclimate

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash

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 \
  ahmadnassri/codeclimate:fail-on-exit "$@"