rubocop-shopify 1.0.5 → 1.0.6

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 +2 -1
  3. metadata +13 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac5f6295eac491cc35911a42911f00a92a14cfef7d26f2dee9d1dcef073ce70e
4
- data.tar.gz: '09362a58de27e525d82c50dc5ec40aa6d88ae2aff3c639782e80ab4dfce65bd6'
3
+ metadata.gz: 9c3a6f150d500f3e50eb61c01fc4de66424f317c6243e4379e2e5a0add746047
4
+ data.tar.gz: 9b7127525557a81ed75fae736cd2a524ccd34664a4563ed244310c3f929e45e9
5
5
  SHA512:
6
- metadata.gz: 25b30b47f546e0dc7335e129b0791a36d5ec53f278669f604e652551d72d4bdb49c65c82789d87caebe5eba863059d9453d6d1d80c03d053abcbfb8164b97d28
7
- data.tar.gz: de16ef2d532d46189ed5b3c3f177f967fbca7383311d48a2d346c85c05eef737332b1e9da9297a8694864315001f8a4c6fec53ed30f0f77ace0f3f95b3fbf3e2
6
+ metadata.gz: 7260cc538e68ff904b904ee5967feb18681d64deb336858f145003a9bc7d1ae4add62d0895ebb65fe5807501246385a642e08087cf4cfb1fa261800763e8be82
7
+ data.tar.gz: f7c61b9bd1d3b4555878929f9a339b06c358c7fdd0104af1616419dde706450ffce82aa21cbbf4a8412aa0da212e775f1d644ef13966d03e368b78759c935580
@@ -195,6 +195,7 @@ Style/FrozenStringLiteralComment:
195
195
  SupportedStyles:
196
196
  - always
197
197
  - never
198
+ SafeAutoCorrect: true
198
199
 
199
200
  Style/GlobalVars:
200
201
  AllowedVariables: []
@@ -264,7 +265,7 @@ Style/MethodCallWithArgsParentheses:
264
265
  - raise
265
266
  - puts
266
267
  Exclude:
267
- - Gemfile
268
+ - '**/Gemfile'
268
269
 
269
270
  Style/MethodDefParentheses:
270
271
  EnforcedStyle: require_parentheses
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-shopify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
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-08-24 00:00:00.000000000 Z
11
+ date: 2020-10-15 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.89.0
19
+ version: '0.92'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '0.94'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.92'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: 0.89.0
32
+ version: '0.94'
27
33
  description: Gem containing the rubocop.yml config that corresponds to the implementation
28
34
  of the Shopify's style guide for Ruby.
29
35
  email: gems@shopify.com
@@ -37,7 +43,7 @@ homepage: https://shopify.github.io/ruby-style-guide/
37
43
  licenses:
38
44
  - MIT
39
45
  metadata:
40
- source_code_uri: https://github.com/Shopify/ruby-style-guide/tree/v1.0.5
46
+ source_code_uri: https://github.com/Shopify/ruby-style-guide/tree/v1.0.6
41
47
  allowed_push_host: https://rubygems.org
42
48
  post_install_message:
43
49
  rdoc_options: []