rubocop-shopify 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +5 -1
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ddc26cd5aece21eab29ef63b32a7d9dd03a7f17c11752bc34a1d7a6817b9260a
4
- data.tar.gz: '029b2df51b6ec4426210d942545c1cd336d9cc90f6cce2ff5e55f490d15fcc51'
3
+ metadata.gz: 0d0d57d174c4d545f3206df3a599aea6d0b2089fb784d81fbc3c097b81e52c13
4
+ data.tar.gz: cdece1ad1c7c5606e801a718d938fae55719d6ccca4a47636649a5103bc2f33b
5
5
  SHA512:
6
- metadata.gz: 8d699f281f909e353984fdad04bd2627bf7f581a34970ebb4a1bbc710a6ce1c3f0b923e50a8427bf3a1a199e844232ff360d673b2927f9832230cf25bfb9efa2
7
- data.tar.gz: fc99ddd04c6cd920cd75dde7ab335bdf8d6e5a652a0422ad41f26855b3b8b1036be08ad8f802db4d0ad6deeaa5a4e03d52dd895cb4a12a93d3be7d5459d4ce57
6
+ metadata.gz: d409e555a66d38b2a4e0900a75df733cad04a55a669ed9e30ed123b72d7b50025df30a02eee1fc2b603d4350e085c6c022fe5555e471f71db9b46e30b2bc08f8
7
+ data.tar.gz: c7d72e5150ae04bc373a4ef2a4acb8978f52081052595a4e9a468a5ad45adf575e48c0150c8118ba25b7972628908444648162b28b9027a6e3762b7f9fa2d664
@@ -577,6 +577,7 @@ Layout/BlockEndNewline:
577
577
 
578
578
  Style/CaseEquality:
579
579
  Enabled: true
580
+ AllowOnConstant: true
580
581
 
581
582
  Style/CharacterLiteral:
582
583
  Enabled: true
@@ -834,7 +835,7 @@ Style/ZeroLengthPredicate:
834
835
  Enabled: true
835
836
 
836
837
  Layout/HeredocIndentation:
837
- EnforcedStyle: squiggly
838
+ Enabled: true
838
839
 
839
840
  Lint/AmbiguousOperator:
840
841
  Enabled: true
@@ -1015,3 +1016,6 @@ Style/ModuleFunction:
1015
1016
 
1016
1017
  Lint/OrderedMagicComments:
1017
1018
  Enabled: true
1019
+
1020
+ Lint/DeprecatedOpenSSLConstant:
1021
+ Enabled: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-shopify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify Engineering
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-16 00:00:00.000000000 Z
11
+ date: 2020-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.82.0
19
+ version: 0.85.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.82.0
26
+ version: 0.85.0
27
27
  description: Gem containing the rubocop.yml config that corresponds to the implementation
28
28
  of the Shopify's style guide for Ruby.
29
29
  email: gems@shopify.com
@@ -37,7 +37,7 @@ homepage: https://shopify.github.io/ruby-style-guide/
37
37
  licenses:
38
38
  - MIT
39
39
  metadata:
40
- source_code_uri: https://github.com/Shopify/ruby-style-guide/tree/v1.0.2
40
+ source_code_uri: https://github.com/Shopify/ruby-style-guide/tree/v1.0.3
41
41
  allowed_push_host: https://rubygems.org
42
42
  post_install_message:
43
43
  rdoc_options: []