Sha256: d3cf9110b22d93c9421bbda505064024fff764e11be284a990071c2934e213ac
Contents?: true
Size: 342 Bytes
Versions: 380
Compression:
Stored size: 342 Bytes
Contents
#!/bin/bash sh indent.sh # This script fails when run by Travis if the diff is not checked twice # Unfortunately no better solution was found git diff --quiet if ! $(git diff --quiet) then echo "Incorrect style detected:" echo git ls-files --modified echo echo "Run indent.sh prior to commit to ensure correct style" exit 1 fi
Version data entries
380 entries across 380 versions & 1 rubygems