Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ up:
- bundler

test: bundle exec rake

commands:
dump-config:
description: Dump the full RuboCop config as a YAML file for testing
run: bundle exec rake config:dump
3 changes: 0 additions & 3 deletions rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1196,9 +1196,6 @@ Style/RedundantFilterChain:
Style/RedundantFormat:
Enabled: false

Style/RedundantFreeze:
Enabled: false

Style/RedundantHeredocDelimiterQuotes:
Enabled: false

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/full_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4166,7 +4166,7 @@ Style/RedundantFormat:
VersionChanged: '1.72'
Style/RedundantFreeze:
Description: Checks usages of Object#freeze on immutable objects.
Enabled: false
Enabled: true
VersionAdded: '0.34'
VersionChanged: '0.66'
Style/RedundantHeredocDelimiterQuotes:
Expand Down
Loading