rubocop-lts 22.3.0 → 24.0.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: d841645359272bb6951461944a91b5daf2cce31f77a7fd668645b3689ab95ec2
4
- data.tar.gz: 8233eb4305a99aebb22425078a0e13ae1ddd21861cfd86804139c8f0dc445e12
3
+ metadata.gz: 7306b0d0e9a6931c1f05a547e01b5fcd2eb9cf6390696683134b27a8334624bb
4
+ data.tar.gz: a650e8392bd71cae446a707ac9f3ca95a34681763461a8c53e9c9e09c0ed73a3
5
5
  SHA512:
6
- metadata.gz: 7891c59609a15b3fdc5a16f7d1a5b149dd5f2ab37e3daa53ae2306386519cc258a69152a32765f7c70e7580476e77e20af6ded83745c59b28c8e76ce943bcd39
7
- data.tar.gz: 5443712a1253b191f781453ab80667905ee03a1f8175c486154b5b041f1361e3d1b12d32b65b79d5e06b596aebbe366d609ac7a2d7576602ba03b7eee6b7e379
6
+ metadata.gz: 9c66ee60d2491163443a349e3526aca48dc542fad7451c37cdb9a0ad65bf96bd4715847fc220d344107ed37064a66e62358b15b8990255c5af2a713d2e0e709c
7
+ data.tar.gz: f6f4fffcbc0cd990de1f5cc7c31cfeb4e4dee2f68f2d667d269ac47a4bcec7ea362674a5f4fd90d47e423f35b4905158874fb5447858550252bddf91b8a0febd
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -10,59 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
  ### Fixed
11
11
  ### Removed
12
12
 
13
- ## [22.3.0] - 2026-06-01
13
+ ## [24.0.0] - 2023-05-22
14
14
  ### Added
15
- ### Changed
16
- - Updated dependency floors to the latest RuboCop-LTS family releases.
17
- - Raised the minimum supported Ruby version to 3.2.
18
- ### Fixed
19
- - Added the missing previous release entry to the changelog.
20
- ### Removed
21
- - Removed support for running this gem on Ruby < 3.2.
22
-
23
- ## [22.2.0] - 2026-05-30
24
- ### Added
25
- ### Changed
26
- - Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
27
- ### Fixed
28
- ### Removed
29
- - Removed remaining `rubocop-shopify` usage from the active development toolchain.
30
-
31
- ## [22.1.3] - 2023-05-30
32
- ### Added
33
- - `config/base.yml` for all shared configs
34
- - `Rubocop::Lts.install_tasks` to roll-up rake tasks from dependencies (e.g. rubocop_gradual)
35
-
36
- ## [22.1.2] - 2023-05-22
37
- ### Changed
38
- - Oops, minimum Ruby version is 3.1, for real this time.
39
-
40
- ## [22.1.1] - 2023-05-22
41
- ### Changed
42
- - Minimum Ruby version is 3.1
43
-
44
- ## [22.1.0] - 2023-05-22
45
- ### Changed
46
- - Bumped dependency rubocop-ruby3_1 to ~> 2.0.4
47
-
48
- ## [22.0.1] - 2022-06-09
49
- ### Added
50
- - Improve, and dry up documentation
51
- ### Changed
52
- - Bumped dependency rubocop-ruby3_1 to ~> 1.0.6
53
- ### Fixed
54
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
55
-
56
- ## [22.0.0] - 2022-05-23
57
- ### Added
58
- - Initial even release supporting Ruby >= 3.1
15
+ - Initial even release supporting Ruby >= 3.2
59
16
 
60
- [Unreleased]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v22.3.0...HEAD
61
- [22.1.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.2...v22.1.3
62
- [22.1.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.1...v22.1.2
63
- [22.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.0...v22.1.1
64
- [22.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.1...v22.1.0
65
- [22.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.0...v22.0.1
66
- [22.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v22.0.0
67
- [22.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v22.1.3...v22.2.0
68
- [22.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v22.2.0...v22.3.0
17
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v24.0.0...HEAD
18
+ [24.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v24.0.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
@@ -1,36 +1,54 @@
1
- <a href="https://rubocop-lts.gitlab.io/"><img alt="rubocop-lts Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/rubocop-lts/avatar-192px.svg" width="20%" align="right"/></a>
2
-
3
- # 🦾 RuboCop LTS
4
-
5
- The RuboCop LTS family of gems is the distillation of more than 20 years of my own Ruby expertise and source code diving, built on the shoulders of the expertise of many others — `rubocop`, `standard`, `rubocop-gradual` and others are runtime dependencies — not reinventing any wheels here); organizing that expertise into per-Ruby-version sets of configurations. Yes, I typed those emdashes, and wrote this entire README myself without AI — `ctrl`-`shift`-`u`-`2014`.
1
+ <p align="center">
2
+ <a href="https://rubocop.org#gh-light-mode-only" target="_blank" rel="noopener">
3
+ <img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/rubocop-light.svg?raw=true" alt="SVG RuboCop Logo, Copyright (c) 2014 Dimiter Petrov, CC BY-NC 4.0, see docs/images/logo/README.txt">
4
+ </a>
5
+ <a href="https://rubocop.org#gh-dark-mode-only" target="_blank" rel="noopener">
6
+ <img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/rubocop-dark.svg?raw=true" alt="SVG RuboCop Logo, Copyright (c) 2014 Dimiter Petrov, CC BY-NC 4.0, see docs/images/logo/README.txt">
7
+ </a>
8
+ <a href="https://www.ruby-lang.org/" target="_blank" rel="noopener">
9
+ <img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/ruby-logo.svg?raw=true" alt="Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5, see docs/images/logo/README.txt">
10
+ </a>
11
+ <a href="https://semver.org/#gh-light-mode-only" target="_blank" rel="noopener">
12
+ <img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/semver-light.svg?raw=true" alt="SemVer.org Logo by @maxhaz, see docs/images/logo/README.txt">
13
+ </a>
14
+ <a href="https://semver.org/#gh-dark-mode-only" target="_blank" rel="noopener">
15
+ <img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/semver-dark.svg?raw=true" alt="SemVer.org Logo by @maxhaz, see docs/images/logo/README.txt">
16
+ </a>
17
+ </p>
18
+
19
+ # RuboCop LTS
6
20
 
7
21
  ## PROJECT DOCUMENTATION
8
22
 
23
+ * 🌱 [Why Build This?][Why-Build-This]
9
24
  * 🌱 [Convention > Configuration][Convention-Over-Configuration]
10
- * 🌱 [Releases][Even-Major-Release]
25
+ * 🌱 [Even Releases][Even-Major-Release] (use these!)
26
+ * 🌱 [Odd Releases][Odd-Major-Release] (deprecated)
11
27
  * 🌱 [How to Upgrade Ruby (1.8 to 3.2)!][How-To-Upgrade-Ruby]
12
28
  * 👩‍💻 [Org Health][OrgHealth]
13
- * ✨ [Installation][Installation]
14
29
  * 🔧 [Usage][Usage]
15
- * ⚡️ [Contributing][Contributing]
16
- * 🌈 [Contributors][Contributors]
30
+ * 🧮 [Development][Development]
31
+ * ⚡️ [Contributing][Contributing]
32
+ * 🌈 [Contributors][Contributors]
17
33
  * 📄 [License][License]
18
34
  * © [Copyright][Copyright]
19
35
  * 🤝 [Code of Conduct][Code of Conduct]
20
36
  * 📌 [Versioning][Versioning]
21
37
 
22
- [Convention-Over-Configuration]: https://rubocop-lts.gitlab.io/CONV_OVER_CONF/
23
- [Even-Major-Release]: https://rubocop-lts.gitlab.io/CONV_OVER_CONF/#even-major-release
24
- [How-To-Upgrade-Ruby]: https://rubocop-lts.gitlab.io/HOW_TO_UPGRADE_RUBY/
25
- [OrgHealth]: https://rubocop-lts.gitlab.io/#org-health-
26
- [Installation]: https://rubocop-lts.gitlab.io/#installation-
27
- [Usage]: https://rubocop-lts.gitlab.io/#usage-
28
- [Contributing]: https://rubocop-lts.gitlab.io/#contributing-
29
- [Contributors]: https://rubocop-lts.gitlab.io/#contributors-
30
- [License]: https://rubocop-lts.gitlab.io/#license-
31
- [Copyright]: https://rubocop-lts.gitlab.io/#copyright-
32
- [Code of Conduct]: https://rubocop-lts.gitlab.io/#code-of-conduct-
33
- [Versioning]: https://rubocop-lts.gitlab.io/#versioning-
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-
34
52
 
35
53
  ## This README
36
54
 
@@ -41,7 +59,7 @@ The RuboCop LTS family of gems is the distillation of more than 20 years of my o
41
59
  ## This Branch 🌳
42
60
 
43
61
  <!-- FIND VERSION -->
44
- **This README is for the even release of `rubocop-lts` supporting Ruby >= 3.1.**
62
+ **This README is for the even release of `rubocop-lts` supporting Ruby >= 3.2.**
45
63
 
46
64
  This gem configures many gems for you:
47
65
 
@@ -58,7 +76,7 @@ This gem configures many gems for you:
58
76
 
59
77
  And optionally, if you are using RSpec:
60
78
 
61
- - rubocop-lts-rspec (which loads `rubocop-rspec`, `rubocop-rspec-extra`, `rubocop-env`, and `rubocop-factory_bot`)
79
+ - rubocop-rspec
62
80
 
63
81
  And optionally, if you are building a RubyGem:
64
82
 
@@ -105,108 +123,13 @@ Or add this line to your application's Gemfile:
105
123
 
106
124
  <!-- FIND VERSION -->
107
125
  ```ruby
108
- gem "rubocop-lts", "~> 22.1", require: false
126
+ gem "rubocop-lts", "~> 24.0", require: false
109
127
  ```
110
128
 
111
129
  And then execute:
112
130
 
113
131
  $ bundle
114
132
 
115
- ## Usage with RuboCop
116
-
117
- In your `.rubocop.yml` do the following:
118
-
119
- 🔥 Delete the following line 🔥
120
- ```yaml
121
- inherit_from: .rubocop_todo.yml
122
- ```
123
-
124
- You can probably 🔥 delete 🔥 most of the other lines too.
125
- This tool is anti-bike-shedding.
126
- You no longer need to worry about the rules!
127
-
128
- 🔥 Any of the following configs are no longer needed 🔥
129
- ```yaml
130
- require:
131
- - 'betterlint'
132
- - 'rubocop-md'
133
- - 'rubocop-packaging'
134
- - 'rubocop-performance'
135
- - 'rubocop-rake'
136
- - 'rubocop-rspec'
137
- - 'rubocop-rails'
138
- - 'rubocop-thread_safety'
139
- - 'rubocop/gradual/patch'
140
- - 'standard'
141
- - 'standard-custom'
142
- - 'standard-performance'
143
- - 'standard-rails'
144
- - 'standard-rubocop-lts'
145
-
146
- AllCops:
147
- NewCops: enable
148
- DisplayCopNames: true
149
- TargetRubyVersion: X.X
150
- ```
151
-
152
- Then pick one of the following to add!
153
-
154
- ### if Ruby with RSpec
155
-
156
- ```yaml
157
- inherit_gem:
158
- rubocop-lts: rubocop-lts.yml # for the ruby + rspec
159
- # NOTE: this is the default, and as such, is equivalent to:
160
- # rubocop-lts: config/ruby_rspec.yml
161
- ```
162
-
163
- ### if just Ruby (without RSpec)
164
-
165
- ```yaml
166
- inherit_gem:
167
- rubocop-lts: config/ruby.yml
168
- ```
169
-
170
- ### if Rails with RSpec
171
-
172
- ```yaml
173
- inherit_gem:
174
- rubocop-lts: config/rails_rspec.yml
175
- ```
176
-
177
- ### if just Rails (without RSpec)
178
-
179
- ```yaml
180
- inherit_gem:
181
- rubocop-lts: config/rails.yml
182
- ```
183
-
184
- ### if rubygem with RSpec
185
-
186
- ```yaml
187
- inherit_gem:
188
- rubocop-lts: config/rubygem_rspec.yml
189
- ```
190
-
191
- ### if just rubygem (without RSpec)
192
-
193
- ```yaml
194
- inherit_gem:
195
- rubocop-lts: config/rubygem.yml
196
- ```
197
-
198
- ### Load Rake Tasks
199
-
200
- NOTE: On Rails it is **automatic**, via Railtie, so you can skip this.
201
-
202
- In a non-Rails environment add the following to your `Rakefile`:
203
- ```ruby
204
- require "rubocop/lts"
205
- Rubocop::Lts.install_tasks
206
- ```
207
-
208
- This will load the `rubocop_gradual` rake task, and alias it as `rubocop`.
209
-
210
133
  ### Dependabot Noise Reduction
211
134
 
212
135
  Add the following to `.github/dependabot.yml` if you use Github Actions.
@@ -468,33 +391,58 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
468
391
  [⛳️32-g]: https://rubygems.org/gems/rubocop-ruby3_2
469
392
  [⛳️32-gh]: https://github.com/rubocop-lts/rubocop-ruby3_2
470
393
 
471
- [aboutme]: https://about.me/peter.boling
472
- [actions]: https://github.com/rubocop-lts/rubocop-lts/actions
473
- [angelme]: https://angel.co/peter-boling
474
- [blogpage]: http://www.railsbling.com/tags/rubocop-lts/
475
- [codecov_coverage]: https://codecov.io/gh/rubocop-lts/rubocop-lts
476
- [code_triage]: https://www.codetriage.com/rubocop-lts/rubocop-lts
477
- [chat]: https://gitter.im/rubocop-lts/rubocop-lts?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
478
- [climate_coverage]: https://codeclimate.com/github/rubocop-lts/rubocop-lts/test_coverage
479
- [climate_maintainability]: https://codeclimate.com/github/rubocop-lts/rubocop-lts/maintainability
480
394
  [copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
481
- [conduct]: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/main/CODE_OF_CONDUCT.md
482
- [contributing]: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/main/CONTRIBUTING.md
483
- [devto]: https://dev.to/galtzo
484
- [documentation]: https://rubydoc.info/github/rubocop-lts/rubocop-lts/main
485
- [followme]: https://img.shields.io/twitter/follow/galtzo.svg?style=social&label=Follow
395
+
486
396
  [gh_discussions]: https://github.com/rubocop-lts/rubocop-lts/discussions
487
- [gh_sponsors]: https://github.com/sponsors/pboling
488
- [issues]: https://github.com/rubocop-lts/rubocop-lts/issues
489
- [liberapay_donate]: https://liberapay.com/pboling/donate
490
- [license]: LICENSE.txt
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
+
491
406
  [license-ref]: https://opensource.org/licenses/MIT
492
- [license-img]: https://img.shields.io/badge/License-MIT-green.svg
493
- [peterboling]: http://www.peterboling.com
407
+
408
+ [semver]: http://semver.org/
409
+
494
410
  [pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
411
+
495
412
  [railsbling]: http://www.railsbling.com
496
- [rubygems]: https://rubygems.org/gems/rubocop-lts
497
- [security]: https://github.com/rubocop-lts/rubocop-lts/blob/main/SECURITY.md
498
- [semver]: http://semver.org/
499
- [source]: https://github.com/rubocop-lts/rubocop-lts/
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
+
500
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
+ [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
data/SECURITY.md CHANGED
File without changes
data/config/rails.yml CHANGED
@@ -1,4 +1,2 @@
1
- inherit_from: ./base.yml
2
-
3
1
  inherit_gem:
4
- rubocop-ruby3_1: rubocop-lts/rails.yml
2
+ rubocop-ruby3_2: rubocop-lts/rails.yml
@@ -1,5 +1,2 @@
1
- # RSpec behavior is delegated through the active rubocop-ruby* wrapper to rubocop-lts-rspec.
2
- inherit_from: ./base.yml
3
-
4
1
  inherit_gem:
5
- rubocop-ruby3_1: rubocop-lts/rails_rspec.yml
2
+ rubocop-ruby3_2: rubocop-lts/rails_rspec.yml
data/config/rspec.yml CHANGED
@@ -1,4 +1,2 @@
1
- inherit_from: ./base.yml
2
-
3
1
  inherit_gem:
4
- rubocop-ruby3_1: rubocop-lts/rspec.yml
2
+ rubocop-ruby3_2: rubocop-lts/rspec.yml
data/config/ruby.yml CHANGED
@@ -1,4 +1,2 @@
1
- inherit_from: ./base.yml
2
-
3
1
  inherit_gem:
4
- rubocop-ruby3_1: rubocop-lts/ruby.yml
2
+ rubocop-ruby3_2: rubocop-lts/ruby.yml
@@ -1,5 +1,2 @@
1
- # RSpec behavior is delegated through the active rubocop-ruby* wrapper to rubocop-lts-rspec.
2
- inherit_from: ./base.yml
3
-
4
1
  inherit_gem:
5
- rubocop-ruby3_1: rubocop-lts/ruby_rspec.yml
2
+ rubocop-ruby3_2: rubocop-lts/ruby_rspec.yml
data/config/rubygem.yml CHANGED
@@ -1,4 +1,2 @@
1
- inherit_from: ./base.yml
2
-
3
1
  inherit_gem:
4
- rubocop-ruby3_1: rubocop-lts/rubygem.yml
2
+ rubocop-ruby3_2: rubocop-lts/rubygem.yml
@@ -1,5 +1,2 @@
1
- # RSpec behavior is delegated through the active rubocop-ruby* wrapper to rubocop-lts-rspec.
2
- inherit_from: ./base.yml
3
-
4
1
  inherit_gem:
5
- rubocop-ruby3_1: rubocop-lts/rubygem_rspec.yml
2
+ rubocop-ruby3_2: rubocop-lts/rubygem_rspec.yml
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  module Lts
5
5
  module Version
6
- VERSION = "22.3.0"
6
+ VERSION = "24.0.0"
7
7
  end
8
8
  end
9
9
  end
data/lib/rubocop/lts.rb CHANGED
@@ -2,17 +2,13 @@
2
2
 
3
3
  # external libs
4
4
  require "version_gem"
5
- require "rubocop/ruby3_1"
6
5
 
7
6
  require_relative "lts/version"
8
7
 
9
8
  module Rubocop
10
9
  module Lts
11
10
  class Error < StandardError; end
12
-
13
- module_function def install_tasks
14
- Rubocop::Ruby31.install_tasks
15
- end
11
+ # Your code goes here...
16
12
  end
17
13
  end
18
14
 
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,182 +1,111 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-lts
3
3
  version: !ruby/object:Gem::Version
4
- version: 22.3.0
4
+ version: 24.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
8
+ autorequire:
8
9
  bindir: exe
9
10
  cert_chain:
10
11
  - |
11
12
  -----BEGIN CERTIFICATE-----
12
13
  MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
13
14
  ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
14
- A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
15
+ A2NvbTAeFw0yMjA5MTgyMzEyMzBaFw0yMzA5MTgyMzEyMzBaMEMxFTATBgNVBAMM
15
16
  DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
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
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
27
28
  A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
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==
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==
37
38
  -----END CERTIFICATE-----
38
- date: 1980-01-02 00:00:00.000000000 Z
39
+ date: 2023-05-22 00:00:00.000000000 Z
39
40
  dependencies:
40
41
  - !ruby/object:Gem::Dependency
41
- name: rubocop-ruby3_1
42
+ name: rubocop-ruby3_2
42
43
  requirement: !ruby/object:Gem::Requirement
43
44
  requirements:
44
- - - "~>"
45
- - !ruby/object:Gem::Version
46
- version: '3.0'
47
- - - ">="
48
- - !ruby/object:Gem::Version
49
- version: 3.0.1
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'
57
45
  - - ">="
58
46
  - !ruby/object:Gem::Version
59
- version: 3.0.1
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'
67
- - - ">="
47
+ version: 2.0.5
48
+ - - "<"
68
49
  - !ruby/object:Gem::Version
69
- version: 2.0.3
50
+ version: '3'
70
51
  type: :runtime
71
52
  prerelease: false
72
53
  version_requirements: !ruby/object:Gem::Requirement
73
54
  requirements:
74
- - - "~>"
75
- - !ruby/object:Gem::Version
76
- version: '2.0'
77
55
  - - ">="
78
56
  - !ruby/object:Gem::Version
79
- version: 2.0.3
57
+ version: 2.0.5
58
+ - - "<"
59
+ - !ruby/object:Gem::Version
60
+ version: '3'
80
61
  - !ruby/object:Gem::Dependency
81
62
  name: version_gem
82
63
  requirement: !ruby/object:Gem::Requirement
83
64
  requirements:
84
- - - "~>"
85
- - !ruby/object:Gem::Version
86
- version: '1.1'
87
65
  - - ">="
88
66
  - !ruby/object:Gem::Version
89
- version: 1.1.9
90
- type: :runtime
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - "~>"
95
- - !ruby/object:Gem::Version
96
- version: '1.1'
97
- - - ">="
67
+ version: 1.1.2
68
+ - - "<"
98
69
  - !ruby/object:Gem::Version
99
- version: 1.1.9
100
- - !ruby/object:Gem::Dependency
101
- name: rubocop-packaging
102
- requirement: !ruby/object:Gem::Requirement
103
- requirements:
104
- - - "~>"
105
- - !ruby/object:Gem::Version
106
- version: '0.6'
107
- - - ">="
108
- - !ruby/object:Gem::Version
109
- version: 0.6.0
110
- type: :development
70
+ version: '3'
71
+ type: :runtime
111
72
  prerelease: false
112
73
  version_requirements: !ruby/object:Gem::Requirement
113
74
  requirements:
114
- - - "~>"
115
- - !ruby/object:Gem::Version
116
- version: '0.6'
117
75
  - - ">="
118
76
  - !ruby/object:Gem::Version
119
- version: 0.6.0
120
- - !ruby/object:Gem::Dependency
121
- name: kettle-soup-cover
122
- requirement: !ruby/object:Gem::Requirement
123
- requirements:
124
- - - "~>"
77
+ version: 1.1.2
78
+ - - "<"
125
79
  - !ruby/object:Gem::Version
126
- version: '1.1'
127
- - - ">="
128
- - !ruby/object:Gem::Version
129
- version: 1.1.3
130
- type: :development
131
- prerelease: false
132
- version_requirements: !ruby/object:Gem::Requirement
133
- requirements:
134
- - - "~>"
135
- - !ruby/object:Gem::Version
136
- version: '1.1'
137
- - - ">="
138
- - !ruby/object:Gem::Version
139
- version: 1.1.3
80
+ version: '3'
140
81
  - !ruby/object:Gem::Dependency
141
- name: rubocop-lts-rspec
82
+ name: rubocop-packaging
142
83
  requirement: !ruby/object:Gem::Requirement
143
84
  requirements:
144
85
  - - "~>"
145
86
  - !ruby/object:Gem::Version
146
- version: '1.0'
147
- - - ">="
148
- - !ruby/object:Gem::Version
149
- version: 1.0.2
87
+ version: '0.5'
150
88
  type: :development
151
89
  prerelease: false
152
90
  version_requirements: !ruby/object:Gem::Requirement
153
91
  requirements:
154
92
  - - "~>"
155
93
  - !ruby/object:Gem::Version
156
- version: '1.0'
157
- - - ">="
158
- - !ruby/object:Gem::Version
159
- version: 1.0.2
94
+ version: '0.5'
160
95
  - !ruby/object:Gem::Dependency
161
- name: rspec-block_is_expected
96
+ name: rubocop-rspec
162
97
  requirement: !ruby/object:Gem::Requirement
163
98
  requirements:
164
99
  - - "~>"
165
100
  - !ruby/object:Gem::Version
166
- version: '1.0'
167
- - - ">="
168
- - !ruby/object:Gem::Version
169
- version: 1.0.6
101
+ version: '2.22'
170
102
  type: :development
171
103
  prerelease: false
172
104
  version_requirements: !ruby/object:Gem::Requirement
173
105
  requirements:
174
106
  - - "~>"
175
107
  - !ruby/object:Gem::Version
176
- version: '1.0'
177
- - - ">="
178
- - !ruby/object:Gem::Version
179
- version: 1.0.6
108
+ version: '2.22'
180
109
  description: Configure RuboCop + a bevy of friends to gradually lint Ruby code
181
110
  email:
182
111
  - peter.boling@gmail.com
@@ -190,7 +119,6 @@ files:
190
119
  - LICENSE.txt
191
120
  - README.md
192
121
  - SECURITY.md
193
- - config/base.yml
194
122
  - config/rails.yml
195
123
  - config/rails_rspec.yml
196
124
  - config/rspec.yml
@@ -206,14 +134,15 @@ homepage: https://gitlab.com/rubocop-lts/rubocop-lts
206
134
  licenses:
207
135
  - MIT
208
136
  metadata:
209
- homepage_uri: https://rubocop-lts.gitlab.io/
210
- source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v22.3.0
211
- changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v22.3.0/CHANGELOG.md
137
+ homepage_uri: https://gitlab.com/rubocop-lts/rubocop-lts
138
+ source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v24.0.0
139
+ changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v24.0.0/CHANGELOG.md
212
140
  bug_tracker_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/issues
213
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/22.3.0
141
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/24.0.0
214
142
  wiki_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/wiki
215
143
  funding_uri: https://liberapay.com/pboling
216
144
  rubygems_mfa_required: 'true'
145
+ post_install_message:
217
146
  rdoc_options: []
218
147
  require_paths:
219
148
  - lib
@@ -221,14 +150,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
221
150
  requirements:
222
151
  - - ">="
223
152
  - !ruby/object:Gem::Version
224
- version: '3.2'
153
+ version: '2.7'
225
154
  required_rubygems_version: !ruby/object:Gem::Requirement
226
155
  requirements:
227
156
  - - ">="
228
157
  - !ruby/object:Gem::Version
229
158
  version: '0'
230
159
  requirements: []
231
- rubygems_version: 4.0.11
160
+ rubygems_version: 3.4.13
161
+ signing_key:
232
162
  specification_version: 4
233
163
  summary: 'Rules for Rubies: Rubocop + Standard + Betterlint + Shopify + Gradual'
234
164
  test_files: []
metadata.gz.sig CHANGED
Binary file
data/config/base.yml DELETED
@@ -1,2 +0,0 @@
1
- AllCops:
2
- DisplayCopNames: true # Display the name of the failing cops