Sha256: 737349d500e329953063d49bff8375abb20ae7cbdd337aa510177c950c987078

Contents?: true

Size: 224 Bytes

Versions: 49

Compression:

Stored size: 224 Bytes

Contents

#!/bin/bash
set -e

echo "Rubocop $(bundle exec rubocop --version)"
bundle exec rubocop -D -E $@
success=$?
if ((success != 0)); then
   echo -e "\nTry running \`script/fmt -a\` to automatically fix errors"
fi
exit $success

Version data entries

49 entries across 49 versions & 12 rubygems

Version Path
jekyll-feed-0.12.0 script/fmt
jekyll-feed-0.11.0 script/fmt
jekyll-redirect-from-0.14.0 script/fmt
jekyll-feed-0.10.0 script/fmt
jekyll-cloudcannon-schedule-0.1.2 script/fmt
jekyll-feed-0.9.3 script/fmt
jekyll-sitemap-1.2.0 script/fmt
jekyll-redirect-from-0.13.0 script/fmt
jekyll-gist-1.5.0 script/fmt