whitequark/parser

View on GitHub
ci/run_rubocop_specs

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash

set -eux

bundle exec rake generate

git clone https://github.com/rubocop-hq/rubocop.git --depth=1
cd rubocop
export BUNDLE_GEMFILE=Gemfile
echo "gem 'parser', path: '../'" > Gemfile.local

bundle install
bundle exec rake spec