rubocop-shopify 2.10.0 → 2.10.1
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.yml +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b3896ec2bc31920668db3e319ca82b9dcd7801bea9fb6ef17ec1de4c7ad0aab9
|
|
4
|
+
data.tar.gz: 21171a1e60227f3e2d6a2e0536800c257bb1c6e4beb560d173236a460c0d3c37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9aaa1b62c1caf2eae691cecfc15dd1ab03bcaee963662593445e575a24586fcfa2f0e9faf5b4be85b64dbf9cd07056856d15283f9c1fb97e860fb11b1ddd835b
|
|
7
|
+
data.tar.gz: c317c99a4e08450731fa9729bf44b59f43c6b8680fb510b937d20324c33b04911ff0f462837bfd1fdf83872cb91d86192e48d1b0ce513fbc747e25abe9ebc65d
|
data/rubocop.yml
CHANGED
|
@@ -709,7 +709,7 @@ Style/TrailingBodyOnMethodDefinition:
|
|
|
709
709
|
Enabled: false
|
|
710
710
|
|
|
711
711
|
Style/TrailingCommaInArguments:
|
|
712
|
-
EnforcedStyleForMultiline:
|
|
712
|
+
EnforcedStyleForMultiline: comma
|
|
713
713
|
|
|
714
714
|
Style/TrailingCommaInArrayLiteral:
|
|
715
715
|
EnforcedStyleForMultiline: consistent_comma
|
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: 2.10.
|
|
4
|
+
version: 2.10.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shopify Engineering
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-09-
|
|
11
|
+
date: 2022-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -38,7 +38,7 @@ homepage: https://shopify.github.io/ruby-style-guide/
|
|
|
38
38
|
licenses:
|
|
39
39
|
- MIT
|
|
40
40
|
metadata:
|
|
41
|
-
source_code_uri: https://github.com/Shopify/ruby-style-guide/tree/v2.10.
|
|
41
|
+
source_code_uri: https://github.com/Shopify/ruby-style-guide/tree/v2.10.1
|
|
42
42
|
allowed_push_host: https://rubygems.org
|
|
43
43
|
post_install_message:
|
|
44
44
|
rdoc_options: []
|