rubocop-shopify 1.0.1 → 2.14.0

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +21 -0
  3. data/rubocop-cli.yml +5 -5
  4. data/rubocop.yml +583 -773
  5. metadata +10 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3632e11cdb0f5dc4ebbf13a16f71531fa628b225b5a69c9e21f19c7738b5d48
4
- data.tar.gz: a0de760d78b9188748ac8c2468259b91f67cbbaba4aa7aaac00154e6200fab74
3
+ metadata.gz: 63613b7088f4aa93372f9e4feb012d749fb092865ab1a556aff4587e2fb77c3f
4
+ data.tar.gz: b6d3e195b06729ef3d2ef2d5107b8e3a534ce4bc11e521e34dfcc3f44727012a
5
5
  SHA512:
6
- metadata.gz: ca404b0dbbbdf44f2b11c9b59711e14ee6c75e25095fab1445dab1300c3f1e31c58c1446b6a6d054092a2103ae351384eced2de0b0364d283f7d422f4692e16d
7
- data.tar.gz: e173efc56d75ef6f78e4fc38d7118a0f9d45b420feb3c83ee9853f522c497d759b511abe8287c923813e67f16e8cabff58e7ccf55eef5521308913e1eeccd146
6
+ metadata.gz: f0b453ba7067cc1d0e957b6827aa206b26f01178627866abbb1cb25be532f0e1ef98a75838a26f377337a1c635b28d79fb494e79e69b11d8f2afcfae4112275e
7
+ data.tar.gz: fe7eaf1cc8b434d634f480404f73b757fbf3ccf0f48103bae281508f7e554b2a44c8bf6f9a4466e0af8c627c306d92a4b67ebed78efa1482bc54e28795aa13d5
data/LICENSE.md ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2015-2022 Shopify Inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/rubocop-cli.yml CHANGED
@@ -1,5 +1,6 @@
1
- inherit_from:
2
- - http://shopify.github.io/ruby-style-guide/rubocop.yml
1
+ inherit_gem:
2
+ rubocop-shopify:
3
+ - rubocop.yml
3
4
 
4
5
  AllCops:
5
6
  # We don't always use bundler to make for a faster boot time.
@@ -9,9 +10,8 @@ AllCops:
9
10
  Exclude:
10
11
  - 'vendor/**/*'
11
12
 
12
- # Mac OS High Sierra ships with Ruby 2.3.x
13
- # Therefore we target Ruby 2.3
14
- TargetRubyVersion: 2.3
13
+ # Mac OS Catalina ships with 2.6.3
14
+ TargetRubyVersion: 2.6
15
15
 
16
16
  # We disable this at entrypoint.
17
17
  # Due to CLI apps being invoked via an entry point,