Skip to content

Commit

Permalink
Update to RuboCop 0.93.1
Browse files Browse the repository at this point in the history
This has a few important bug fixes for us

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Oct 12, 2020
1 parent 76a42c2 commit ea85875
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions config/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1757,16 +1757,14 @@ Lint/RedundantSafeNavigation:
Description: 'Checks for redundant safe navigation calls.'
Enabled: pending
VersionAdded: '0.93'
AllowedMethods:
- instance_of?
- kind_of?
- is_a?
- eql?
- respond_to?
- equal?
Safe: false
IgnoredMethods:
- to_c
- to_f
- to_i
- to_r
- rationalize
- public_send
- send
- __send__

Lint/RedundantSplatExpansion:
Description: 'Checks for splat unnecessarily being called on literals.'
Expand Down
2 changes: 1 addition & 1 deletion lib/chefstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Chefstyle
VERSION = "1.4.3"
RUBOCOP_VERSION = "0.93.0"
RUBOCOP_VERSION = "0.93.1"
end

0 comments on commit ea85875

Please sign in to comment.