rubocop-lts 22.1.2 โ†’ 22.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82e5e53b333a35031fbb9c60efdc9cb8653b9a5108de8315c39a980bfaea6dba
4
- data.tar.gz: 46f5513fae1f74d069f66ee1b2703d8f030f8ac5cd24d34682c590b0d3acb659
3
+ metadata.gz: 1cca60f8dd04bbfcfc56046fa690bb5b645ca5840bbcc5365bf284506e8d41eb
4
+ data.tar.gz: faafd5cfe1538a5abafaceb1d6226b280ce0104f4a69a82b8badf10161a2934a
5
5
  SHA512:
6
- metadata.gz: baa3d11fad0f8aa08088596b8cf2d503f0f4308f63ddf12a27b1560d8fa8a94bb644d2b518bb8a6c678fb03906c9fb721f14711cb7854055a10acaa17a6a2084
7
- data.tar.gz: dd1dafb89c59898b4a86404b32238740ff10c143ffba74ec74ab30f6328e247b32e63a1bfddfa792d24cc29c31b14737d963af40f94c6464679fec1191369ae8
6
+ metadata.gz: 0e01dda30124af5ebb60c0c22470b5441cdbd055df71a4c72f4636f80c6778a0e97bf9bdcc572d2cefec2fe2e73a79adee57fd2fe8f8248411f8ba72e1045093
7
+ data.tar.gz: bedeb96047d9c7e3d0eba556cc5f6f13a946e7c2f1a6706dc8d96411c82494d53e871188ab53ead0bafb59a7c210e5c99ea6e8ed32c8c180eb059096219a2350
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
  ## [Unreleased]
8
8
  ### Added
9
9
  ### Changed
10
+ - Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
10
11
  ### Fixed
11
12
  ### Removed
13
+ - Removed remaining `rubocop-shopify` usage from the active development toolchain.
14
+
15
+ ## [22.1.3] - 2023-05-30
16
+ ### Added
17
+ - `config/base.yml` for all shared configs
18
+ - `Rubocop::Lts.install_tasks` to roll-up rake tasks from dependencies (e.g. rubocop_gradual)
12
19
 
13
20
  ## [22.1.2] - 2023-05-22
14
21
  ### Changed
@@ -34,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
41
  ### Added
35
42
  - Initial even release supporting Ruby >= 3.1
36
43
 
37
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.2...HEAD
44
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.3...HEAD
45
+ [22.1.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.2...v22.1.3
38
46
  [22.1.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.1...v22.1.2
39
47
  [22.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.0...v22.1.1
40
48
  [22.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.1...v22.1.0
data/CODE_OF_CONDUCT.md CHANGED
File without changes
data/CONTRIBUTING.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Bug reports and pull requests are welcome on GitLab at [https://gitlab.com/rubocop-lts/rubocop-lts][๐ŸšŽsrc-main]
4
4
  . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
5
- the [code of conduct][conduct].
5
+ the [code of conduct][๐Ÿคconduct].
6
6
 
7
7
  To submit a patch, please fork the project and create a patch with tests. Once you're happy with it send a pull request
8
8
  and post a message to the [gitter chat][๐Ÿ˜chat].
data/LICENSE.txt CHANGED
File without changes
data/README.md CHANGED
@@ -16,39 +16,35 @@
16
16
  </a>
17
17
  </p>
18
18
 
19
- # RuboCop LTS
19
+ # ๐Ÿฆพ RuboCop LTS
20
20
 
21
21
  ## PROJECT DOCUMENTATION
22
22
 
23
- * ๐ŸŒฑ [Why Build This?][Why-Build-This]
24
23
  * ๐ŸŒฑ [Convention > Configuration][Convention-Over-Configuration]
25
- * ๐ŸŒฑ [Even Releases][Even-Major-Release] (use these!)
26
- * ๐ŸŒฑ [Odd Releases][Odd-Major-Release] (deprecated)
24
+ * ๐ŸŒฑ [Releases][Even-Major-Release]
27
25
  * ๐ŸŒฑ [How to Upgrade Ruby (1.8 to 3.2)!][How-To-Upgrade-Ruby]
28
26
  * ๐Ÿ‘ฉโ€๐Ÿ’ป [Org Health][OrgHealth]
27
+ * โœจ [Installation][Installation]
29
28
  * ๐Ÿ”ง [Usage][Usage]
30
- * ๐Ÿงฎ [Development][Development]
31
- * โšก๏ธ [Contributing][Contributing]
32
- * ๐ŸŒˆ [Contributors][Contributors]
29
+ * โšก๏ธ [Contributing][Contributing]
30
+ * ๐ŸŒˆ [Contributors][Contributors]
33
31
  * ๐Ÿ“„ [License][License]
34
32
  * ยฉ [Copyright][Copyright]
35
33
  * ๐Ÿค [Code of Conduct][Code of Conduct]
36
34
  * ๐Ÿ“Œ [Versioning][Versioning]
37
35
 
38
- [Why-Build-This]: https://github.com/rubocop-lts/.github/blob/main/profile/WHY_BUILD_THIS.md
39
- [Convention-Over-Configuration]: https://github.com/rubocop-lts/.github/blob/main/profile/CONV_OVER_CONF.md
40
- [Even-Major-Release]: https://github.com/rubocop-lts/.github/blob/main/profile/CONV_OVER_CONF.md#even-major-release
41
- [Odd-Major-Release]: https://github.com/rubocop-lts/.github/blob/main/profile/CONV_OVER_CONF.md#odd-major-release
42
- [How-To-Upgrade-Ruby]: https://github.com/rubocop-lts/.github/blob/main/profile/HOW_TO_UPGRADE_RUBY.md
43
- [OrgHealth]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#org-health-
44
- [Usage]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#usage-
45
- [Development]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#development-
46
- [Contributing]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#contributing-
47
- [Contributors]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#contributors-
48
- [License]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#license-
49
- [Copyright]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#copyright-
50
- [Code of Conduct]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#code-of-conduct-
51
- [Versioning]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#versioning-
36
+ [Convention-Over-Configuration]: https://rubocop-lts.gitlab.io/CONV_OVER_CONF/
37
+ [Even-Major-Release]: https://rubocop-lts.gitlab.io/CONV_OVER_CONF/#even-major-release
38
+ [How-To-Upgrade-Ruby]: https://rubocop-lts.gitlab.io/HOW_TO_UPGRADE_RUBY/
39
+ [OrgHealth]: https://rubocop-lts.gitlab.io/#org-health-
40
+ [Installation]: https://rubocop-lts.gitlab.io/#installation-
41
+ [Usage]: https://rubocop-lts.gitlab.io/#usage-
42
+ [Contributing]: https://rubocop-lts.gitlab.io/#contributing-
43
+ [Contributors]: https://rubocop-lts.gitlab.io/#contributors-
44
+ [License]: https://rubocop-lts.gitlab.io/#license-
45
+ [Copyright]: https://rubocop-lts.gitlab.io/#copyright-
46
+ [Code of Conduct]: https://rubocop-lts.gitlab.io/#code-of-conduct-
47
+ [Versioning]: https://rubocop-lts.gitlab.io/#versioning-
52
48
 
53
49
  ## This README
54
50
 
@@ -76,7 +72,7 @@ This gem configures many gems for you:
76
72
 
77
73
  And optionally, if you are using RSpec:
78
74
 
79
- - rubocop-rspec
75
+ - rubocop-lts-rspec (which loads `rubocop-rspec`, `rubocop-rspec-extra`, `rubocop-env`, and `rubocop-factory_bot`)
80
76
 
81
77
  And optionally, if you are building a RubyGem:
82
78
 
@@ -130,6 +126,101 @@ And then execute:
130
126
 
131
127
  $ bundle
132
128
 
129
+ ## Usage with RuboCop
130
+
131
+ In your `.rubocop.yml` do the following:
132
+
133
+ ๐Ÿ”ฅ Delete the following line ๐Ÿ”ฅ
134
+ ```yaml
135
+ inherit_from: .rubocop_todo.yml
136
+ ```
137
+
138
+ You can probably ๐Ÿ”ฅ delete ๐Ÿ”ฅ most of the other lines too.
139
+ This tool is anti-bike-shedding.
140
+ You no longer need to worry about the rules!
141
+
142
+ ๐Ÿ”ฅ Any of the following configs are no longer needed ๐Ÿ”ฅ
143
+ ```yaml
144
+ require:
145
+ - 'betterlint'
146
+ - 'rubocop-md'
147
+ - 'rubocop-packaging'
148
+ - 'rubocop-performance'
149
+ - 'rubocop-rake'
150
+ - 'rubocop-rspec'
151
+ - 'rubocop-rails'
152
+ - 'rubocop-thread_safety'
153
+ - 'rubocop/gradual/patch'
154
+ - 'standard'
155
+ - 'standard-custom'
156
+ - 'standard-performance'
157
+ - 'standard-rails'
158
+ - 'standard-rubocop-lts'
159
+
160
+ AllCops:
161
+ NewCops: enable
162
+ DisplayCopNames: true
163
+ TargetRubyVersion: X.X
164
+ ```
165
+
166
+ Then pick one of the following to add!
167
+
168
+ ### if Ruby with RSpec
169
+
170
+ ```yaml
171
+ inherit_gem:
172
+ rubocop-lts: rubocop-lts.yml # for the ruby + rspec
173
+ # NOTE: this is the default, and as such, is equivalent to:
174
+ # rubocop-lts: config/ruby_rspec.yml
175
+ ```
176
+
177
+ ### if just Ruby (without RSpec)
178
+
179
+ ```yaml
180
+ inherit_gem:
181
+ rubocop-lts: config/ruby.yml
182
+ ```
183
+
184
+ ### if Rails with RSpec
185
+
186
+ ```yaml
187
+ inherit_gem:
188
+ rubocop-lts: config/rails_rspec.yml
189
+ ```
190
+
191
+ ### if just Rails (without RSpec)
192
+
193
+ ```yaml
194
+ inherit_gem:
195
+ rubocop-lts: config/rails.yml
196
+ ```
197
+
198
+ ### if rubygem with RSpec
199
+
200
+ ```yaml
201
+ inherit_gem:
202
+ rubocop-lts: config/rubygem_rspec.yml
203
+ ```
204
+
205
+ ### if just rubygem (without RSpec)
206
+
207
+ ```yaml
208
+ inherit_gem:
209
+ rubocop-lts: config/rubygem.yml
210
+ ```
211
+
212
+ ### Load Rake Tasks
213
+
214
+ NOTE: On Rails it is **automatic**, via Railtie, so you can skip this.
215
+
216
+ In a non-Rails environment add the following to your `Rakefile`:
217
+ ```ruby
218
+ require "rubocop/lts"
219
+ Rubocop::Lts.install_tasks
220
+ ```
221
+
222
+ This will load the `rubocop_gradual` rake task, and alias it as `rubocop`.
223
+
133
224
  ### Dependabot Noise Reduction
134
225
 
135
226
  Add the following to `.github/dependabot.yml` if you use Github Actions.
@@ -391,58 +482,33 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
391
482
  [โ›ณ๏ธ32-g]: https://rubygems.org/gems/rubocop-ruby3_2
392
483
  [โ›ณ๏ธ32-gh]: https://github.com/rubocop-lts/rubocop-ruby3_2
393
484
 
485
+ [aboutme]: https://about.me/peter.boling
486
+ [actions]: https://github.com/rubocop-lts/rubocop-lts/actions
487
+ [angelme]: https://angel.co/peter-boling
488
+ [blogpage]: http://www.railsbling.com/tags/rubocop-lts/
489
+ [codecov_coverage]: https://codecov.io/gh/rubocop-lts/rubocop-lts
490
+ [code_triage]: https://www.codetriage.com/rubocop-lts/rubocop-lts
491
+ [chat]: https://gitter.im/rubocop-lts/rubocop-lts?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
492
+ [climate_coverage]: https://codeclimate.com/github/rubocop-lts/rubocop-lts/test_coverage
493
+ [climate_maintainability]: https://codeclimate.com/github/rubocop-lts/rubocop-lts/maintainability
394
494
  [copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
395
-
495
+ [conduct]: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/main/CODE_OF_CONDUCT.md
496
+ [contributing]: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/main/CONTRIBUTING.md
497
+ [devto]: https://dev.to/galtzo
498
+ [documentation]: https://rubydoc.info/github/rubocop-lts/rubocop-lts/main
499
+ [followme]: https://img.shields.io/twitter/follow/galtzo.svg?style=social&label=Follow
396
500
  [gh_discussions]: https://github.com/rubocop-lts/rubocop-lts/discussions
397
-
398
- [conduct]: https://github.com/rubocop-lts/rubocop-lts/blob/main/CODE_OF_CONDUCT.md
399
-
400
- [contributing]: https://github.com/rubocop-lts/rubocop-lts/blob/main/CONTRIBUTING.md
401
-
402
- [security]: https://github.com/rubocop-lts/rubocop-lts/blob/main/SECURITY.md
403
-
404
- [license]: https://github.com/rubocop-lts/rubocop-lts/blob/main/LICENSE.txt
405
-
501
+ [gh_sponsors]: https://github.com/sponsors/pboling
502
+ [issues]: https://github.com/rubocop-lts/rubocop-lts/issues
503
+ [liberapay_donate]: https://liberapay.com/pboling/donate
504
+ [license]: LICENSE.txt
406
505
  [license-ref]: https://opensource.org/licenses/MIT
407
-
408
- [semver]: http://semver.org/
409
-
506
+ [license-img]: https://img.shields.io/badge/License-MIT-green.svg
507
+ [peterboling]: http://www.peterboling.com
410
508
  [pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
411
-
412
509
  [railsbling]: http://www.railsbling.com
413
-
414
- [peterboling]: http://www.peterboling.com
415
-
416
- [aboutme]: https://about.me/peter.boling
417
-
418
- [angelme]: https://angel.co/peter-boling
419
-
420
- [coderme]:http://coderwall.com/pboling
421
-
422
- [followme-img]: https://img.shields.io/twitter/follow/galtzo.svg?style=social&label=Follow
423
-
424
- [tweetme]: http://twitter.com/galtzo
425
-
426
- [documentation]: https://rubydoc.info/github/rubocop-lts/rubocop-lts/main
427
-
428
- [source]: https://github.com/rubocop-lts/rubocop-lts/
429
-
430
- [actions]: https://github.com/rubocop-lts/rubocop-lts/actions
431
-
432
- [issues]: https://github.com/rubocop-lts/rubocop-lts/issues
433
-
434
- [climate_maintainability]: https://codeclimate.com/github/rubocop-lts/rubocop-lts/maintainability
435
-
436
- [code_triage]: https://www.codetriage.com/rubocop-lts/rubocop-lts
437
-
438
- [blogpage]: http://www.railsbling.com/tags/rubocop-lts/
439
-
440
510
  [rubygems]: https://rubygems.org/gems/rubocop-lts
441
-
442
- [chat]: https://gitter.im/rubocop-lts/rubocop-lts?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
443
-
444
- [maintenancee_policy]: https://guides.rubyonrails.org/maintenance_policy.html#security-issues
445
-
446
- [liberapay_donate]: https://liberapay.com/pboling/donate
447
-
448
- [gh_sponsors]: https://github.com/sponsors/pboling
511
+ [security]: https://github.com/rubocop-lts/rubocop-lts/blob/main/SECURITY.md
512
+ [semver]: http://semver.org/
513
+ [source]: https://github.com/rubocop-lts/rubocop-lts/
514
+ [tweetme]: http://twitter.com/galtzo
data/SECURITY.md CHANGED
File without changes
data/config/base.yml ADDED
@@ -0,0 +1,2 @@
1
+ AllCops:
2
+ DisplayCopNames: true # Display the name of the failing cops
data/config/rails.yml CHANGED
@@ -1,2 +1,4 @@
1
+ inherit_from: ./base.yml
2
+
1
3
  inherit_gem:
2
4
  rubocop-ruby3_1: rubocop-lts/rails.yml
@@ -1,2 +1,5 @@
1
+ # RSpec behavior is delegated through the active rubocop-ruby* wrapper to rubocop-lts-rspec.
2
+ inherit_from: ./base.yml
3
+
1
4
  inherit_gem:
2
5
  rubocop-ruby3_1: rubocop-lts/rails_rspec.yml
data/config/rspec.yml CHANGED
@@ -1,2 +1,4 @@
1
+ inherit_from: ./base.yml
2
+
1
3
  inherit_gem:
2
4
  rubocop-ruby3_1: rubocop-lts/rspec.yml
data/config/ruby.yml CHANGED
@@ -1,2 +1,4 @@
1
+ inherit_from: ./base.yml
2
+
1
3
  inherit_gem:
2
4
  rubocop-ruby3_1: rubocop-lts/ruby.yml
@@ -1,2 +1,5 @@
1
+ # RSpec behavior is delegated through the active rubocop-ruby* wrapper to rubocop-lts-rspec.
2
+ inherit_from: ./base.yml
3
+
1
4
  inherit_gem:
2
5
  rubocop-ruby3_1: rubocop-lts/ruby_rspec.yml
data/config/rubygem.yml CHANGED
@@ -1,2 +1,4 @@
1
+ inherit_from: ./base.yml
2
+
1
3
  inherit_gem:
2
4
  rubocop-ruby3_1: rubocop-lts/rubygem.yml
@@ -1,2 +1,5 @@
1
+ # RSpec behavior is delegated through the active rubocop-ruby* wrapper to rubocop-lts-rspec.
2
+ inherit_from: ./base.yml
3
+
1
4
  inherit_gem:
2
5
  rubocop-ruby3_1: rubocop-lts/rubygem_rspec.yml
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  module Lts
5
5
  module Version
6
- VERSION = "22.1.2"
6
+ VERSION = "22.2.0"
7
7
  end
8
8
  end
9
9
  end
data/lib/rubocop/lts.rb CHANGED
@@ -2,13 +2,17 @@
2
2
 
3
3
  # external libs
4
4
  require "version_gem"
5
+ require "rubocop/ruby3_1"
5
6
 
6
7
  require_relative "lts/version"
7
8
 
8
9
  module Rubocop
9
10
  module Lts
10
11
  class Error < StandardError; end
11
- # Your code goes here...
12
+
13
+ module_function def install_tasks
14
+ Rubocop::Ruby31.install_tasks
15
+ end
12
16
  end
13
17
  end
14
18
 
data/rubocop-lts.yml CHANGED
File without changes
data/sig/rubocop/lts.rbs CHANGED
File without changes
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,42 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-lts
3
3
  version: !ruby/object:Gem::Version
4
- version: 22.1.2
4
+ version: 22.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain:
11
10
  - |
12
11
  -----BEGIN CERTIFICATE-----
13
12
  MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
14
13
  ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
15
- A2NvbTAeFw0yMjA5MTgyMzEyMzBaFw0yMzA5MTgyMzEyMzBaMEMxFTATBgNVBAMM
14
+ A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
16
15
  DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
17
- LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEA2Dn1GM3W
18
- 8K2/rvN1zz+06bQMcxD16ZKTihVwi7Pb1v3T98rM4Omnxohm3s+CwpDWGeiB9pj6
19
- 0I/CTce0e4e3s8GKJSOrg93veImPSoH2PfsMsRsuB8wtqyiOCjLbF5o6S29x87r0
20
- LA5EawH+Lh4xqrkkPjdffsmLk7TaCig/vlmNvnzxXKBdey/X/aEJZXzzBiWRfVdh
21
- O1fmMbVKyieGv9HK7+pLotIoT08bjDv8NP6V7zZslwQRqW27bQc6cqC2LGIbTYO3
22
- 3jt1kQxfMWmhOictS6SzG9VtKSrXf0L4Neq0Gh7CLBZBvJFWJYZPfb92YNITDbd8
23
- emPOAQlXXNMN4mMXsEqtEhCPZRMnmwO+fOk/cC4AyglKi9lnQugCQoFV1XDMZST/
24
- CYbzdQyadOdPDInTntG6V+Uw51d2QGXZ6PDDfrx9+toc/3sl5h68rCUGgE6Q3jPz
25
- srinqmBsxv2vTpmd4FjmiAtEnwH5/ooLpQYL8UdAjEoeysxS3AwIh+5dAgMBAAGj
26
- fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQWU6D156a2cle+
27
- lb5RBfvVXlxTwjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
16
+ LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAruUoo0WA
17
+ uoNuq6puKWYeRYiZekz/nsDeK5x/0IEirzcCEvaHr3Bmz7rjo1I6On3gGKmiZs61
18
+ LRmQ3oxy77ydmkGTXBjruJB+pQEn7UfLSgQ0xa1/X3kdBZt6RmabFlBxnHkoaGY5
19
+ mZuZ5+Z7walmv6sFD9ajhzj+oIgwWfnEHkXYTR8I6VLN7MRRKGMPoZ/yvOmxb2DN
20
+ coEEHWKO9CvgYpW7asIihl/9GMpKiRkcYPm9dGQzZc6uTwom1COfW0+ZOFrDVBuV
21
+ FMQRPswZcY4Wlq0uEBLPU7hxnCL9nKK6Y9IhdDcz1mY6HZ91WImNslOSI0S8hRpj
22
+ yGOWxQIhBT3fqCBlRIqFQBudrnD9jSNpSGsFvbEijd5ns7Z9ZMehXkXDycpGAUj1
23
+ to/5cuTWWw1JqUWrKJYoifnVhtE1o1DZ+LkPtWxHtz5kjDG/zR3MG0Ula0UOavlD
24
+ qbnbcXPBnwXtTFeZ3C+yrWpE4pGnl3yGkZj9SMTlo9qnTMiPmuWKQDatAgMBAAGj
25
+ fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQE8uWvNbPVNRXZ
26
+ HlgPbc2PCzC4bjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
28
27
  A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
29
- ggGBAJ4SqhPlgUiLYIrphGXIaxXScHyvx4kixuvdrwhI4VoQV2qXvO7R6ZjOXVwX
30
- f/z84BWPiTZ8lzThPbt1UV/BGwkvLw9I4RjOdzvUz3J42j9Ly6q63isall07bo3F
31
- QWe/OBvIMBF1IbjC3q5vKPg4rq8+TkNRJNoE86U2gfR+PkW3jYYs9uiy0GloHDCP
32
- k5xgaj0vSL0Uy5mTOPdk3K6a/sUGZyYniWK05zdhIi956ynhfGaFO988FFdVw5Jq
33
- LHtXfIpAU8F7ES04syZSslxOluw7VlcSKyRdVIr737J92ZTduppB4PRGSKRgBsWV
34
- hXTahRE72Kyw53Q7FAuzF3v102WxAAQ7BuMjW+MyCUT75fwPm3W4ELPL8HYkNGE7
35
- 2oA5CPghFitRnvYS3GNrDG+9bNiRMEskeaBYwZ9UgReBQIwGYVj7LZk3UhiAsn44
36
- gwGrEXGQGDZ0NIgBcmvMOqlXjkGQwQvugKycJ024z89+fz2332vdZIKTrSxJrXGk
37
- 4/bR9A==
28
+ ggGBAJbnUwfJQFPkBgH9cL7hoBfRtmWiCvdqdjeTmi04u8zVNCUox0A4gT982DE9
29
+ wmuN12LpdajxZONqbXuzZvc+nb0StFwmFYZG6iDwaf4BPywm2e/Vmq0YG45vZXGR
30
+ L8yMDSK1cQXjmA+ZBKOHKWavxP6Vp7lWvjAhz8RFwqF9GuNIdhv9NpnCAWcMZtpm
31
+ GUPyIWw/Cw/2wZp74QzZj6Npx+LdXoLTF1HMSJXZ7/pkxLCsB8m4EFVdb/IrW/0k
32
+ kNSfjtAfBHO8nLGuqQZVH9IBD1i9K6aSs7pT6TW8itXUIlkIUI2tg5YzW6OFfPzq
33
+ QekSkX3lZfY+HTSp/o+YvKkqWLUV7PQ7xh1ZYDtocpaHwgxe/j3bBqHE+CUPH2vA
34
+ 0V/FwdTRWcwsjVoOJTrYcff8pBZ8r2MvtAc54xfnnhGFzeRHfcltobgFxkAXdE6p
35
+ DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
36
+ L9nRqA==
38
37
  -----END CERTIFICATE-----
39
- date: 2023-05-22 00:00:00.000000000 Z
38
+ date: 1980-01-02 00:00:00.000000000 Z
40
39
  dependencies:
41
40
  - !ruby/object:Gem::Dependency
42
41
  name: rubocop-ruby3_1
@@ -44,7 +43,27 @@ dependencies:
44
43
  requirements:
45
44
  - - ">="
46
45
  - !ruby/object:Gem::Version
47
- version: 2.0.4
46
+ version: 3.0.0
47
+ - - "<"
48
+ - !ruby/object:Gem::Version
49
+ version: '4'
50
+ type: :runtime
51
+ prerelease: false
52
+ version_requirements: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: 3.0.0
57
+ - - "<"
58
+ - !ruby/object:Gem::Version
59
+ version: '4'
60
+ - !ruby/object:Gem::Dependency
61
+ name: standard-rubocop-lts
62
+ requirement: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: 2.0.2
48
67
  - - "<"
49
68
  - !ruby/object:Gem::Version
50
69
  version: '3'
@@ -54,7 +73,7 @@ dependencies:
54
73
  requirements:
55
74
  - - ">="
56
75
  - !ruby/object:Gem::Version
57
- version: 2.0.4
76
+ version: 2.0.2
58
77
  - - "<"
59
78
  - !ruby/object:Gem::Version
60
79
  version: '3'
@@ -93,19 +112,59 @@ dependencies:
93
112
  - !ruby/object:Gem::Version
94
113
  version: '0.5'
95
114
  - !ruby/object:Gem::Dependency
96
- name: rubocop-rspec
115
+ name: kettle-soup-cover
116
+ requirement: !ruby/object:Gem::Requirement
117
+ requirements:
118
+ - - "~>"
119
+ - !ruby/object:Gem::Version
120
+ version: '1.1'
121
+ - - ">="
122
+ - !ruby/object:Gem::Version
123
+ version: 1.1.3
124
+ type: :development
125
+ prerelease: false
126
+ version_requirements: !ruby/object:Gem::Requirement
127
+ requirements:
128
+ - - "~>"
129
+ - !ruby/object:Gem::Version
130
+ version: '1.1'
131
+ - - ">="
132
+ - !ruby/object:Gem::Version
133
+ version: 1.1.3
134
+ - !ruby/object:Gem::Dependency
135
+ name: rubocop-lts-rspec
136
+ requirement: !ruby/object:Gem::Requirement
137
+ requirements:
138
+ - - "~>"
139
+ - !ruby/object:Gem::Version
140
+ version: '1.0'
141
+ - - ">="
142
+ - !ruby/object:Gem::Version
143
+ version: 1.0.1
144
+ type: :development
145
+ prerelease: false
146
+ version_requirements: !ruby/object:Gem::Requirement
147
+ requirements:
148
+ - - "~>"
149
+ - !ruby/object:Gem::Version
150
+ version: '1.0'
151
+ - - ">="
152
+ - !ruby/object:Gem::Version
153
+ version: 1.0.1
154
+ - !ruby/object:Gem::Dependency
155
+ name: rspec-block_is_expected
97
156
  requirement: !ruby/object:Gem::Requirement
98
157
  requirements:
99
158
  - - "~>"
100
159
  - !ruby/object:Gem::Version
101
- version: '2.22'
160
+ version: '1.0'
102
161
  type: :development
103
162
  prerelease: false
104
163
  version_requirements: !ruby/object:Gem::Requirement
105
164
  requirements:
106
165
  - - "~>"
107
166
  - !ruby/object:Gem::Version
108
- version: '2.22'
167
+ version: '1.0'
109
168
  description: Configure RuboCop + a bevy of friends to gradually lint Ruby code
110
169
  email:
111
170
  - peter.boling@gmail.com
@@ -119,6 +178,7 @@ files:
119
178
  - LICENSE.txt
120
179
  - README.md
121
180
  - SECURITY.md
181
+ - config/base.yml
122
182
  - config/rails.yml
123
183
  - config/rails_rspec.yml
124
184
  - config/rspec.yml
@@ -134,15 +194,14 @@ homepage: https://gitlab.com/rubocop-lts/rubocop-lts
134
194
  licenses:
135
195
  - MIT
136
196
  metadata:
137
- homepage_uri: https://gitlab.com/rubocop-lts/rubocop-lts
138
- source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v22.1.2
139
- changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v22.1.2/CHANGELOG.md
197
+ homepage_uri: https://rubocop-lts.gitlab.io/
198
+ source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v22.2.0
199
+ changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v22.2.0/CHANGELOG.md
140
200
  bug_tracker_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/issues
141
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/22.1.2
201
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/22.2.0
142
202
  wiki_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/wiki
143
203
  funding_uri: https://liberapay.com/pboling
144
204
  rubygems_mfa_required: 'true'
145
- post_install_message:
146
205
  rdoc_options: []
147
206
  require_paths:
148
207
  - lib
@@ -157,8 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
157
216
  - !ruby/object:Gem::Version
158
217
  version: '0'
159
218
  requirements: []
160
- rubygems_version: 3.4.13
161
- signing_key:
219
+ rubygems_version: 4.0.11
162
220
  specification_version: 4
163
221
  summary: 'Rules for Rubies: Rubocop + Standard + Betterlint + Shopify + Gradual'
164
222
  test_files: []
metadata.gz.sig CHANGED
Binary file