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
bridgetown-sitemap-2.0.2 script/fmt
bridgetown-sitemap-2.0.1 script/fmt
bridgetown-sitemap-2.0.0 script/fmt
bridgetown-sitemap-1.2.0 script/fmt
bridgetown-sitemap-1.1.2 script/fmt
bridgetown-sitemap-1.1.1 script/fmt
bridgetown-sitemap-1.1.0 script/fmt
bridgetown-sitemap-1.0.0 script/fmt
jekyll-cloudcannon-schedule-0.1.3 script/fmt
bridgetown-seo-tag-3.0.2 script/fmt
bridgetown-seo-tag-3.0.1 script/fmt
bridgetown-seo-tag-3.0.0 script/fmt
bridgetown-feed-1.0.0 script/fmt
jekyll-news-sitemap-0.1.5 script/fmt
jekyll-news-sitemap-0.1.4 script/fmt
jekyll-news-sitemap-0.1.3 script/fmt
jekyll-news-sitemap-0.1.2 script/fmt
jekyll-news-sitemap-0.1.1 script/fmt
jekyll-news-sitemap-0.1.0 script/fmt
jekyll-news-sitemap-0.0.2 script/fmt