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.
- checksums.yaml +4 -4
- data/rubocop-cli.yml +2 -3
- data/rubocop.yml +3 -3
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ddc26cd5aece21eab29ef63b32a7d9dd03a7f17c11752bc34a1d7a6817b9260a
|
4
|
+
data.tar.gz: '029b2df51b6ec4426210d942545c1cd336d9cc90f6cce2ff5e55f490d15fcc51'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d699f281f909e353984fdad04bd2627bf7f581a34970ebb4a1bbc710a6ce1c3f0b923e50a8427bf3a1a199e844232ff360d673b2927f9832230cf25bfb9efa2
|
7
|
+
data.tar.gz: fc99ddd04c6cd920cd75dde7ab335bdf8d6e5a652a0422ad41f26855b3b8b1036be08ad8f802db4d0ad6deeaa5a4e03d52dd895cb4a12a93d3be7d5459d4ce57
|
data/rubocop-cli.yml
CHANGED
@@ -9,9 +9,8 @@ AllCops:
|
|
9
9
|
Exclude:
|
10
10
|
- 'vendor/**/*'
|
11
11
|
|
12
|
-
# Mac OS
|
13
|
-
|
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,
|
data/rubocop.yml
CHANGED
@@ -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.
|
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-
|
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.
|
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.
|
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.
|
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: []
|