Skip to content

Commit 99658eb

Browse files
(PUP-11767) Move HashLikeCase Exception out of rubocop_todo
1 parent 3a3a481 commit 99658eb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ Style/HashEachMethods:
312312

313313
Style/HashLikeCase:
314314
Enabled: true
315+
Exclude:
316+
- 'lib/puppet/util/command_line/trollop.rb'
315317

316318
Style/HashTransformKeys:
317319
Enabled: true

.rubocop_todo.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -497,11 +497,6 @@ Style/GlobalVars:
497497
Style/GuardClause:
498498
Enabled: false
499499

500-
# Configuration parameters: MinBranchesCount.
501-
Style/HashLikeCase:
502-
Exclude:
503-
- 'lib/puppet/util/command_line/trollop.rb'
504-
505500
# This cop supports safe auto-correction (--auto-correct).
506501
# Configuration parameters: EnforcedStyle, EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
507502
# SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys

0 commit comments

Comments
 (0)