Skip to content

Commit

Permalink
Merge pull request Shopify#164 from Shopify/deprecated-openssl-constants
Browse files Browse the repository at this point in the history
Enable Lint/DeprecatedOpenSSLConstant cop
  • Loading branch information
Bart de Water committed Jun 2, 2020
2 parents 1bca039 + 04bbaad commit 804d615
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
rubocop-shopify (1.0.2)
rubocop (>= 0.82, < 0.86)
rubocop (~> 0.85.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion rubocop-shopify.gemspec
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |s|
"allowed_push_host" => "https://rubygems.org",
}

s.add_dependency("rubocop", ">= 0.82", "< 0.86")
s.add_dependency("rubocop", "~> 0.85.0")
end
3 changes: 3 additions & 0 deletions rubocop.yml
Expand Up @@ -1015,3 +1015,6 @@ Style/ModuleFunction:

Lint/OrderedMagicComments:
Enabled: true

Lint/DeprecatedOpenSSLConstant:
Enabled: true

0 comments on commit 804d615

Please sign in to comment.