Sha256: 20c424deab15e5a125382d0fd4ad6643d5e24a065b06d7e1e975fb852afd37eb

Contents?: true

Size: 150 Bytes

Versions: 11

Compression:

Stored size: 150 Bytes

Contents

#!/bin/bash

set -euo pipefail

echo "--- :bundler: Bundling"
bundle install --path .bundle

echo "+++ :rubocop: Running Rubocop"
bundle exec rubocop

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
unwrappr-0.8.0 .buildkite/steps/rubocop.sh
unwrappr-0.7.0 .buildkite/steps/rubocop.sh
unwrappr-0.6.0 .buildkite/steps/rubocop.sh
unwrappr-0.5.0 .buildkite/steps/rubocop.sh
unwrappr-0.4.0 .buildkite/steps/rubocop.sh
unwrappr-0.3.5 .buildkite/steps/rubocop.sh
unwrappr-0.3.4 .buildkite/steps/rubocop.sh
unwrappr-0.3.3 .buildkite/steps/rubocop.sh
unwrappr-0.3.2 .buildkite/steps/rubocop.sh
unwrappr-0.3.1 .buildkite/steps/rubocop.sh
unwrappr-0.3.0 .buildkite/steps/rubocop.sh