dependabot-core icon indicating copy to clipboard operation
dependabot-core copied to clipboard

Fix rubocop freeze warnings

Open jeffwidman opened this issue 2 years ago • 0 comments

Blocked by https://github.com/dependabot/dependabot-core/pull/5447, the diff will get much smaller after that is merged.

Fix Rubocop freeze warnings.

Rubocop is warning about:

  1. Things that should be frozen
  2. Things that are double frozen, ie .freeze is redundant

These warnings started showing up as part of the Ruby 3.1 upgrade, and were excluded from that PR in order to minimize noise.

jeffwidman avatar Aug 03 '22 07:08 jeffwidman