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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46f4e1d6da6a36a4429dac8cf1be8c25399eff8fc5342f63220fc5972cdb1967
4
- data.tar.gz: b8e0d43da3be02a6ce82b5e3f0982e690f34e301fc26a2d0a47fb28739a61049
3
+ metadata.gz: b3896ec2bc31920668db3e319ca82b9dcd7801bea9fb6ef17ec1de4c7ad0aab9
4
+ data.tar.gz: 21171a1e60227f3e2d6a2e0536800c257bb1c6e4beb560d173236a460c0d3c37
5
5
  SHA512:
6
- metadata.gz: df5a35e26c81bacc9d5f2b46795415d5be5e3b5af717ec70e960a192e5f8473f00e2dbc6383a1e40d824365f338756c33e5a981fa42fc16fc8dbf4b78bedc67d
7
- data.tar.gz: 1a8609bb7ed4afc1cca98572e847534e1accd1c57e5a5c0d977e26ca6ad949a2fc35d34575a6c735fac76670e94bee8249193e0a53b5841632a6cecec02b4b93
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: consistent_comma
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.0
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-12 00:00:00.000000000 Z
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.0
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: []