Skip to content

Commit

Permalink
Merge pull request #605 from standardrb/disable-redundant-initialize
Browse files Browse the repository at this point in the history
Disable Style/RedundantInitialize
  • Loading branch information
camilopayan committed Feb 6, 2024
2 parents fcb21a9 + 6743bfc commit 76093d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@ Style/RedundantHeredocDelimiterQuotes:
Enabled: true

Style/RedundantInitialize:
Enabled: true
Enabled: false

Style/RedundantInterpolation:
Enabled: true
Expand Down

0 comments on commit 76093d9

Please sign in to comment.