Sha256: ad4a7649564f7fc2431ec9a67c1bd5d70d51a654dfca279ad13f693579fe15a4
Contents?: true
Size: 334 Bytes
Versions: 16
Compression:
Stored size: 334 Bytes
Contents
#!/usr/bin/env bash set -euo pipefail IFS=$'\n\t' set -vx bundle install if ! which overcommit >/dev/null; then echo 'The gem overcommit is not installed. It is necessary to lint the git history through git hooks.' echo 'Please install overcommit and run this script again.' exit 1 fi overcommit --install touch ../.api_key
Version data entries
16 entries across 16 versions & 1 rubygems