Skip to content

Commit c391e21

Browse files
Merge pull request #646 from puppetlabs/CAT-2635-rubocop-hash_inspect
(CAT-2635) Add rubocop-hash_inspect to PDK rubocop gem group and plugins
2 parents 6420755 + 379877c commit c391e21

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

config_defaults.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,8 @@ Gemfile:
563563
version: '~> 1.73.0'
564564
- gem: 'rubocop-performance'
565565
version: '~> 1.24.0'
566+
- gem: 'rubocop-hash_inspect'
567+
version: '~> 0.2'
566568
- gem: 'rubocop-rspec'
567569
version: '~> 3.5.0'
568570
- gem: 'rubocop-rspec_rails'

moduleroot/.rubocop.yml.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
defaults = {
44
'plugins' => [
55
'rubocop-performance',
6+
'rubocop-hash_inspect',
67
'rubocop-rspec',
78
'rubocop-rspec_rails',
89
'rubocop-factory_bot',

0 commit comments

Comments
 (0)