Skip to content

Commit

Permalink
Merge pull request #155 from chef/1.25
Browse files Browse the repository at this point in the history
Update to RuboCop 1.25
  • Loading branch information
tas50 committed Jan 18, 2022
2 parents de278c0 + d2ab868 commit bd166b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2496,6 +2496,7 @@ Naming/BlockForwarding:
SupportedStyles:
- anonymous
- explicit
BlockForwardingName: block

Naming/BlockParameterName:
Description: >-
Expand Down Expand Up @@ -3698,6 +3699,8 @@ Style/HashSyntax:
- always
# forces use of explicit hash literal value.
- never
# accepts both shorthand and explicit use of hash literal value.
- either
# Force hashes that have a symbol value to use hash rockets
UseHashRocketsWithSymbolValues: false
# Do not suggest { a?: 1 } over { :a? => 1 } in ruby19 style
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 = "2.2.0"
RUBOCOP_VERSION = "1.24.1"
RUBOCOP_VERSION = "1.25.0"
end

0 comments on commit bd166b2

Please sign in to comment.