Skip to content

Commit

Permalink
Remove freezing of redundant RedundantFreeze cop
Browse files Browse the repository at this point in the history
This is not getting triggered anymore, so good riddance!
  • Loading branch information
danieldiekmeier committed Jul 25, 2024
1 parent 46881c2 commit 3dadfd3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ RSpec/ExpectChange:
RSpec/Focus:
Enabled: true
AutoCorrect: false # you want to save your spec files with `f` prefixes while working with VSCode applying Rubocop on file save.

Style/RedundantFreeze:
Enabled: false # The `Style/MutableConstant` is buggy and gives false positives on data already frozen (detected by this cop). Since re-freezing is useless, but harmless, we disable THIS one instead.

0 comments on commit 3dadfd3

Please sign in to comment.