rubocop-shopify 3.0.0 → 3.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e556fcc69352f0ea6f28c674e755744cfa1528cb708972965c35f6b7c4e6aec4
4
- data.tar.gz: 90b84c650e1c7e816edf3118d5887a8bb3ec78232477739f4282cb40d2c1c42b
3
+ metadata.gz: 5dbd67ae9f8f0b6a21dc141c0576ceeedad5807e2a9090e8f6703517cb8697cc
4
+ data.tar.gz: e2a6435804ceb46bc365409230633d20b16c33d7a3510a06fdf6ea1fde2c0913
5
5
  SHA512:
6
- metadata.gz: 61db41be4f6dd5e976ac40f94c387ccbf7fda96ba08764d4e1e3ff32146bf72961d6d20f9cb6c095d0794b63cbe0567bed9abf58de4be18401c386bef3f81b58
7
- data.tar.gz: b4fce6c8574e99ff9dfbc84f7db8a67ad82535dc5743a95ff5808369b088b59965240bf50e94c31fa208f5be007b828772eeb0b686a72c2ec973d9304b4a7c42
6
+ metadata.gz: e36467516497260c536674f8b40e2a09a9d258cb1e25fe99076409a643c2bdc8cad84862eed8c56ba7d0fe6aa5a20488e7ec798631ded20f1a9ba04a06ddce57
7
+ data.tar.gz: a0445310d57d1f0cdc85193149c19cd2a5f1c161124c0c546bf1c60187c7778f0b29503bb3c384dac97cce9bf5b74219a47a210c7514b0504dba44cbab31cb35
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Shopify
5
- VERSION = "3.0.0"
5
+ VERSION = "3.0.1"
6
6
  end
7
7
  end
data/rubocop.yml CHANGED
@@ -1270,7 +1270,7 @@ Style/ReturnNilInPredicateMethodDefinition:
1270
1270
 
1271
1271
  <% if rubocop_version >= "1.84" %>
1272
1272
  Style/ReverseFind:
1273
- Enabled: true
1273
+ Enabled: false
1274
1274
  <% end %>
1275
1275
 
1276
1276
  Style/SafeNavigation:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-shopify
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify Engineering
@@ -63,7 +63,7 @@ homepage: https://shopify.github.io/ruby-style-guide/
63
63
  licenses:
64
64
  - MIT
65
65
  metadata:
66
- source_code_uri: https://github.com/Shopify/ruby-style-guide/tree/v3.0.0
66
+ source_code_uri: https://github.com/Shopify/ruby-style-guide/tree/v3.0.1
67
67
  allowed_push_host: https://rubygems.org
68
68
  default_lint_roller_plugin: RuboCop::Shopify::Plugin
69
69
  rdoc_options: []
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubygems_version: 4.0.14
83
+ rubygems_version: 3.6.7
84
84
  specification_version: 4
85
85
  summary: Shopify's style guide for Ruby.
86
86
  test_files: []