Skip to content

Commit

Permalink
Add rubocop-performance and update rubocop-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaherrera07 committed Aug 14, 2024
1 parent 0056e01 commit 55f1b54
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
inherit_from: ./ruby/rubocop.yml

Gemspec/AddRuntimeDependency:
Enabled: false
2 changes: 1 addition & 1 deletion lib/rf/stylez/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Rf
module Stylez
VERSION = "1.1.2"
VERSION = "1.2.1"
end
end
3 changes: 2 additions & 1 deletion rf-stylez.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "pronto-rubocop", "~> 0.11.5"
spec.add_runtime_dependency "reek", "~> 6.2"
spec.add_runtime_dependency "rubocop", "1.65.1"
spec.add_runtime_dependency "rubocop-performance", "1.21.1"
spec.add_runtime_dependency "rubocop-rails", "2.25.1"
spec.add_runtime_dependency "rubocop-rspec", "2.31.0"
spec.add_runtime_dependency "rubocop-rspec", "3.0.4"
spec.add_runtime_dependency "unparser", "~> 0.6"
end
1 change: 1 addition & 0 deletions ruby/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ inherit_from:
require:
- rf/stylez
- rubocop-rspec
- rubocop-performance
- get_env/cops

# Custom cops
Expand Down

0 comments on commit 55f1b54

Please sign in to comment.