Skip to content

[REQ] Add RuboCop to Gemfile #2444

Closed
@ackintosh

Description

@ackintosh

Describe the solution you'd like

I would suggest to add Rubocop to Gemfile so that users won't need to install that globally.

group :development, :test do
   gem 'rake', '~> 12.0.0'
   gem 'pry-byebug'
+  gem 'rubocop', '~> 0.66.0'
end

cc Technical Committee: @cliffano (2017/07) @zlx (2017/09) @autopp (2019/02)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions