Skip to content

Commit

Permalink
Add rubocop-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Dec 28, 2021
1 parent 8d08e12 commit b4b2723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/rubocop/safe_todo_searcher.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "rubocop"
require "rubocop-rails"
require "yaml"
require_relative "safe_todo_searcher/version"

Expand Down
1 change: 1 addition & 0 deletions rubocop-safe_todo_searcher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "rubocop", "~> 1.21"
spec.add_dependency "rubocop-rails"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.0"
end

0 comments on commit b4b2723

Please sign in to comment.