Skip to content

Commit

Permalink
Vendor rubocop-1.22.2 upstream configuration.
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
tas50 committed Oct 22, 2021
1 parent dfd248e commit d63dd98
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Gemspec/RequiredRubyVersion:
Description: 'Checks that `required_ruby_version` of gemspec is specified and equal to `TargetRubyVersion` of .rubocop.yml.'
Enabled: true
VersionAdded: '0.52'
VersionChanged: '0.89'
VersionChanged: '1.22'
Include:
- '**/*.gemspec'

Expand Down Expand Up @@ -2754,10 +2754,9 @@ Security/JSONLoad:
Reference: 'https://ruby-doc.org/stdlib-2.7.0/libdoc/json/rdoc/JSON.html#method-i-load'
Enabled: true
VersionAdded: '0.43'
VersionChanged: '0.44'
VersionChanged: '1.22'
# Autocorrect here will change to a method that may cause crashes depending
# on the value of the argument.
AutoCorrect: false
SafeAutoCorrect: false

Security/MarshalLoad:
Expand Down

0 comments on commit d63dd98

Please sign in to comment.