Sha256: 5a6010db623faf0cba1b3c3c2e56eaa4f6712080c193c5616bc7fc14a6c0492c
Contents?: true
Size: 643 Bytes
Versions: 288
Compression:
Stored size: 643 Bytes
Contents
trial_attachments: logs: include_match: tmp\/checkstyle.json$ content_type: application/json tree_attachments: logs: include_match: tmp\/checkstyle.json$ content_type: application/json environment_variables: RUBY: read_and_replace_with: .ruby-version RESULT_PATH: 'tmp/checkstyle.json' max_trials: 1 scripts: rubocop: start_when: 'bundled': script_key: bundle body: | #!/usr/bin/env bash set -eux mkdir -p tmp/cache export PATH=~/.rubies/$RUBY/bin:$PATH bundle exec rubocop --config .rubocop.yml \ --format json --out $RESULT_PATH --format progress
Version data entries
288 entries across 288 versions & 2 rubygems