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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +4 -54
- data/CODE_OF_CONDUCT.md +0 -0
- data/CONTRIBUTING.md +1 -1
- data/LICENSE.txt +0 -0
- data/README.md +91 -143
- data/SECURITY.md +0 -0
- data/config/rails.yml +1 -3
- data/config/rails_rspec.yml +1 -4
- data/config/rspec.yml +1 -3
- data/config/ruby.yml +1 -3
- data/config/ruby_rspec.yml +1 -4
- data/config/rubygem.yml +1 -3
- data/config/rubygem_rspec.yml +1 -4
- data/lib/rubocop/lts/version.rb +1 -1
- data/lib/rubocop/lts.rb +1 -5
- data/rubocop-lts.yml +0 -0
- data/sig/rubocop/lts.rbs +0 -0
- data.tar.gz.sig +0 -0
- metadata +53 -123
- metadata.gz.sig +0 -0
- data/config/base.yml +0 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7306b0d0e9a6931c1f05a547e01b5fcd2eb9cf6390696683134b27a8334624bb
|
|
4
|
+
data.tar.gz: a650e8392bd71cae446a707ac9f3ca95a34681763461a8c53e9c9e09c0ed73a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
## [
|
|
13
|
+
## [24.0.0] - 2023-05-22
|
|
14
14
|
### Added
|
|
15
|
-
|
|
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://
|
|
61
|
-
[
|
|
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][
|
|
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
|
-
<
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
*
|
|
16
|
-
*
|
|
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
|
-
[
|
|
23
|
-
[
|
|
24
|
-
[
|
|
25
|
-
[
|
|
26
|
-
[
|
|
27
|
-
[
|
|
28
|
-
[
|
|
29
|
-
[
|
|
30
|
-
[
|
|
31
|
-
[
|
|
32
|
-
[
|
|
33
|
-
[
|
|
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.
|
|
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-
|
|
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", "~>
|
|
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
|
-
|
|
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
|
-
|
|
488
|
-
[
|
|
489
|
-
|
|
490
|
-
[
|
|
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
|
-
|
|
493
|
-
[
|
|
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
|
-
|
|
497
|
-
[
|
|
498
|
-
|
|
499
|
-
[
|
|
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
data/config/rails_rspec.yml
CHANGED
data/config/rspec.yml
CHANGED
data/config/ruby.yml
CHANGED
data/config/ruby_rspec.yml
CHANGED
data/config/rubygem.yml
CHANGED
data/config/rubygem_rspec.yml
CHANGED
data/lib/rubocop/lts/version.rb
CHANGED
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:
|
|
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
|
-
|
|
15
|
+
A2NvbTAeFw0yMjA5MTgyMzEyMzBaFw0yMzA5MTgyMzEyMzBaMEMxFTATBgNVBAMM
|
|
15
16
|
DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
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:
|
|
39
|
+
date: 2023-05-22 00:00:00.000000000 Z
|
|
39
40
|
dependencies:
|
|
40
41
|
- !ruby/object:Gem::Dependency
|
|
41
|
-
name: rubocop-
|
|
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:
|
|
60
|
-
-
|
|
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:
|
|
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.
|
|
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.
|
|
90
|
-
|
|
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:
|
|
100
|
-
|
|
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:
|
|
120
|
-
-
|
|
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: '
|
|
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-
|
|
82
|
+
name: rubocop-packaging
|
|
142
83
|
requirement: !ruby/object:Gem::Requirement
|
|
143
84
|
requirements:
|
|
144
85
|
- - "~>"
|
|
145
86
|
- !ruby/object:Gem::Version
|
|
146
|
-
version: '
|
|
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: '
|
|
157
|
-
- - ">="
|
|
158
|
-
- !ruby/object:Gem::Version
|
|
159
|
-
version: 1.0.2
|
|
94
|
+
version: '0.5'
|
|
160
95
|
- !ruby/object:Gem::Dependency
|
|
161
|
-
name: rspec
|
|
96
|
+
name: rubocop-rspec
|
|
162
97
|
requirement: !ruby/object:Gem::Requirement
|
|
163
98
|
requirements:
|
|
164
99
|
- - "~>"
|
|
165
100
|
- !ruby/object:Gem::Version
|
|
166
|
-
version: '
|
|
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: '
|
|
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
|
|
210
|
-
source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/
|
|
211
|
-
changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/
|
|
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/
|
|
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: '
|
|
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.
|
|
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