Skip to content

Commit b8f1ee1

Browse files
committed
enable rubocop in ci
1 parent 0573342 commit b8f1ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Rake::TestTask.new do |t|
1515
end
1616

1717
desc 'Run tests and RuboCop (RuboCop runs on mri only)'
18-
task ci: [:test]
18+
task ci: Bundler.current_ruby.mri? ? [:test, :rubocop] : [:test]
1919

2020
desc 'Run tests and RuboCop'
2121
task rubotest: [:test, :rubocop]

0 commit comments

Comments
 (0)