File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ version : 2.1
2+
3+ steps : &steps
4+ steps :
5+ - checkout
6+ - run : bundle install
7+ - run : bundle exec rubocop --parallel
8+ - run : bundle exec rspec
9+
10+ jobs :
11+ ruby-2-3 :
12+ docker :
13+ - image : circleci/ruby:2.3
14+ << : *steps
15+
16+ ruby-2-4 :
17+ docker :
18+ - image : circleci/ruby:2.4
19+ << : *steps
20+
21+ ruby-2-5 :
22+ docker :
23+ - image : circleci/ruby:2.5
24+ << : *steps
25+
26+ workflows :
27+ build :
28+ jobs :
29+ - ruby-2-3
30+ - ruby-2-4
31+ - ruby-2-5
Original file line number Diff line number Diff line change 1+ [ ![ CircleCI status] ( https://circleci.com/gh/rubocop-hq/rubocop-sequel.svg?style=svg )] ( https://circleci.com/gh/rubocop-hq/rubocop-sequel )
2+
13# RuboCop Sequel
24
35Code style checking for [ Sequel] ( https://sequel.jeremyevans.net/ ) .
You can’t perform that action at this time.
0 commit comments