rubocop-shopify 1.0.1 → 1.0.2

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop-cli.yml +2 -3
  3. data/rubocop.yml +3 -3
  4. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3632e11cdb0f5dc4ebbf13a16f71531fa628b225b5a69c9e21f19c7738b5d48
4
- data.tar.gz: a0de760d78b9188748ac8c2468259b91f67cbbaba4aa7aaac00154e6200fab74
3
+ metadata.gz: ddc26cd5aece21eab29ef63b32a7d9dd03a7f17c11752bc34a1d7a6817b9260a
4
+ data.tar.gz: '029b2df51b6ec4426210d942545c1cd336d9cc90f6cce2ff5e55f490d15fcc51'
5
5
  SHA512:
6
- metadata.gz: ca404b0dbbbdf44f2b11c9b59711e14ee6c75e25095fab1445dab1300c3f1e31c58c1446b6a6d054092a2103ae351384eced2de0b0364d283f7d422f4692e16d
7
- data.tar.gz: e173efc56d75ef6f78e4fc38d7118a0f9d45b420feb3c83ee9853f522c497d759b511abe8287c923813e67f16e8cabff58e7ccf55eef5521308913e1eeccd146
6
+ metadata.gz: 8d699f281f909e353984fdad04bd2627bf7f581a34970ebb4a1bbc710a6ce1c3f0b923e50a8427bf3a1a199e844232ff360d673b2927f9832230cf25bfb9efa2
7
+ data.tar.gz: fc99ddd04c6cd920cd75dde7ab335bdf8d6e5a652a0422ad41f26855b3b8b1036be08ad8f802db4d0ad6deeaa5a4e03d52dd895cb4a12a93d3be7d5459d4ce57
@@ -9,9 +9,8 @@ AllCops:
9
9
  Exclude:
10
10
  - 'vendor/**/*'
11
11
 
12
- # Mac OS High Sierra ships with Ruby 2.3.x
13
- # Therefore we target Ruby 2.3
14
- TargetRubyVersion: 2.3
12
+ # Mac OS Catalina ships with 2.6.3
13
+ TargetRubyVersion: 2.6
15
14
 
16
15
  # We disable this at entrypoint.
17
16
  # Due to CLI apps being invoked via an entry point,
@@ -659,6 +659,9 @@ Style/IfWithSemicolon:
659
659
  Style/IdenticalConditionalBranches:
660
660
  Enabled: true
661
661
 
662
+ Layout/IndentationStyle:
663
+ Enabled: true
664
+
662
665
  Style/InfiniteLoop:
663
666
  Enabled: true
664
667
 
@@ -803,9 +806,6 @@ Layout/SpaceInsideRangeLiteral:
803
806
  Style/SymbolLiteral:
804
807
  Enabled: true
805
808
 
806
- Layout/Tab:
807
- Enabled: true
808
-
809
809
  Layout/TrailingWhitespace:
810
810
  Enabled: true
811
811
 
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-shopify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
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-03 00:00:00.000000000 Z
11
+ date: 2020-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.81.0
19
+ version: 0.82.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.81.0
26
+ version: 0.82.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.1
40
+ source_code_uri: https://github.com/Shopify/ruby-style-guide/tree/v1.0.2
41
41
  allowed_push_host: https://rubygems.org
42
42
  post_install_message:
43
43
  rdoc_options: []