Skip to content

Commit

Permalink
Add edge RuboCop support CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Sep 8, 2019
1 parent 59dc17b commit 65cc815
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@ jobs:
- image: circleci/ruby:2.6
<<: *rubocop

edge-rubocop:
docker:
- image: circleci/ruby
steps:
- checkout
- run:
name: Use latest RuboCop from `master`
command: |
echo "gem 'rubocop', github: 'rubocop-hq/rubocop'" > Gemfile.local
- run: bundle install --no-cache
- run: rake spec
- run: rake internal_investigation

# JRuby
jruby:
docker:
Expand Down Expand Up @@ -121,5 +134,7 @@ workflows:
requires: [confirm_config_and_documentation]
- ruby-2.6-rubocop:
requires: [confirm_config_and_documentation]
- edge-rubocop:
requires: [confirm_config_and_documentation]
- jruby
- code-climate

0 comments on commit 65cc815

Please sign in to comment.