Skip to content

Commit

Permalink
Remove obsolete parameter warning (#2)
Browse files Browse the repository at this point in the history
* Remove obsolete parameter warning

* Bump version
  • Loading branch information
yassinecc authored Apr 21, 2021
1 parent f9ddfdc commit 9969166
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubocop-fairmoney (1.0.0)
rubocop-fairmoney (1.0.1)
rubocop
rubocop-performance
rubocop-rails
Expand Down
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Metrics/BlockLength:
- 'config/environments/*.rb'
- 'config/routes.rb'
- 'db/migrate/*_init_schema.rb'
ExcludedMethods:
IgnoredMethods:
- 'describe'
- 'context'

Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/fairmoney/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RuboCop
module Fairmoney
VERSION = "1.0.0"
VERSION = "1.0.1"
end
end

0 comments on commit 9969166

Please # to comment.