rubocop-lts 8.1.0 โ 8.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +18 -1
- data/CODE_OF_CONDUCT.md +0 -0
- data/CONTRIBUTING.md +1 -1
- data/LICENSE.txt +0 -0
- data/README.md +144 -72
- data/SECURITY.md +0 -0
- data/config/base.yml +2 -0
- data/config/rails.yml +2 -0
- data/config/rails_rspec.yml +3 -0
- data/config/rspec.yml +2 -0
- data/config/ruby.yml +2 -0
- data/config/ruby_rspec.yml +3 -0
- data/config/rubygem.yml +2 -0
- data/config/rubygem_rspec.yml +3 -0
- data/lib/rubocop/lts/version.rb +1 -1
- data/lib/rubocop/lts.rb +5 -1
- data/rubocop-lts.yml +0 -0
- data/sig/rubocop/lts.rbs +0 -0
- data.tar.gz.sig +0 -0
- metadata +102 -38
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc41549ee7664de0bba93dd35ab597589644cfeb055b88b8e4c105f5c44a48aa
|
|
4
|
+
data.tar.gz: 119a92170b5979fd32399a4380e0978eb2e77b442acdab1b4970ad63b88052f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16f183c33cb789b878d3fbebf0749e961c9fe0244c978529c7fbd1cb54487b0f765711279fc34c26e6f5e398c8eb1e1d9c13b6b0ea8c17905dc679cdb54df351
|
|
7
|
+
data.tar.gz: 7015f863af65951f3d2620c3f276db70e2b7dd797690419dcc8f9c07f8e4abc67a66e8266243711f5abc53ecbe80eee03dd1865c60910685747557d6844d766f
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -6,9 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
### Added
|
|
9
|
+
- Improved linting (via rubocop-rubyX_X)
|
|
10
|
+
- (dev) Improved Gemfile context pattern
|
|
11
|
+
- (dev) Dependencies
|
|
12
|
+
- yard-junk
|
|
13
|
+
- redcarpet
|
|
14
|
+
- pry, IRB alternative (and a binstub)
|
|
15
|
+
- pry-suite
|
|
16
|
+
- debase, for IDE debugging
|
|
9
17
|
### Changed
|
|
18
|
+
- Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
|
|
10
19
|
### Fixed
|
|
20
|
+
- (dev) `yard` documentation task
|
|
11
21
|
### Removed
|
|
22
|
+
- Removed remaining `rubocop-shopify` usage from the active development toolchain.
|
|
23
|
+
|
|
24
|
+
## [8.1.1] - 2023-05-30
|
|
25
|
+
### Added
|
|
26
|
+
- `config/base.yml` for all shared configs
|
|
27
|
+
- `Rubocop::Lts.install_tasks` to roll-up rake tasks from dependencies (e.g. rubocop_gradual)
|
|
12
28
|
|
|
13
29
|
## [8.1.0] - 2023-05-22
|
|
14
30
|
### Removed
|
|
@@ -26,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
26
42
|
### Added
|
|
27
43
|
- Initial even release supporting Ruby >= 2.2
|
|
28
44
|
|
|
29
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.1.
|
|
45
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.1.1...r2_2-even-v8
|
|
46
|
+
[8.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.1.0...v8.1.1
|
|
30
47
|
[8.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v8.1.0
|
|
31
48
|
[8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
|
|
32
49
|
[8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
|
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
|
-
* ๐ฑ [
|
|
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
|
-
*
|
|
31
|
-
|
|
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
|
-
[
|
|
39
|
-
[
|
|
40
|
-
[
|
|
41
|
-
[
|
|
42
|
-
[
|
|
43
|
-
[
|
|
44
|
-
[
|
|
45
|
-
[
|
|
46
|
-
[
|
|
47
|
-
[
|
|
48
|
-
[
|
|
49
|
-
[
|
|
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
|
|
|
@@ -67,7 +63,6 @@ This gem configures many gems for you:
|
|
|
67
63
|
- rubocop-gradual
|
|
68
64
|
- rubocop-md
|
|
69
65
|
- rubocop-rake
|
|
70
|
-
- rubocop-shopify
|
|
71
66
|
- rubocop-thread_safety
|
|
72
67
|
- standard
|
|
73
68
|
- standard-performance (incl. rubocop-performance)
|
|
@@ -76,7 +71,7 @@ This gem configures many gems for you:
|
|
|
76
71
|
|
|
77
72
|
And optionally, if you are using RSpec:
|
|
78
73
|
|
|
79
|
-
- rubocop-rspec
|
|
74
|
+
- rubocop-lts-rspec (which loads `rubocop-rspec`, `rubocop-rspec-extra`, `rubocop-env`, and `rubocop-factory_bot`)
|
|
80
75
|
|
|
81
76
|
And optionally, if you are building a RubyGem:
|
|
82
77
|
|
|
@@ -126,10 +121,112 @@ Or add this line to your application's Gemfile:
|
|
|
126
121
|
gem "rubocop-lts", "~> 8.1", require: false
|
|
127
122
|
```
|
|
128
123
|
|
|
124
|
+
### Almost Done!
|
|
125
|
+
|
|
126
|
+
Certain use cases **_require_** one or two more development dependencies added manually:
|
|
127
|
+
|
|
128
|
+
- use with a [RubyGem](https://rubocop-lts.gitlab.io/#build-rubygem-)
|
|
129
|
+
- use with a [Rails Application](https://rubocop-lts.gitlab.io/#build-rubygem-)
|
|
130
|
+
|
|
129
131
|
And then execute:
|
|
130
132
|
|
|
131
133
|
$ bundle
|
|
132
134
|
|
|
135
|
+
## Usage with RuboCop
|
|
136
|
+
|
|
137
|
+
In your `.rubocop.yml` do the following:
|
|
138
|
+
|
|
139
|
+
๐ฅ Delete the following line ๐ฅ
|
|
140
|
+
```yaml
|
|
141
|
+
inherit_from: .rubocop_todo.yml
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
You can probably ๐ฅ delete ๐ฅ most of the other lines too.
|
|
145
|
+
This tool is anti-bike-shedding.
|
|
146
|
+
You no longer need to worry about the rules!
|
|
147
|
+
|
|
148
|
+
๐ฅ Any of the following configs are no longer needed ๐ฅ
|
|
149
|
+
```yaml
|
|
150
|
+
require:
|
|
151
|
+
- 'betterlint'
|
|
152
|
+
- 'rubocop-md'
|
|
153
|
+
- 'rubocop-packaging'
|
|
154
|
+
- 'rubocop-performance'
|
|
155
|
+
- 'rubocop-rake'
|
|
156
|
+
- 'rubocop-rspec'
|
|
157
|
+
- 'rubocop-rails'
|
|
158
|
+
- 'rubocop-thread_safety'
|
|
159
|
+
- 'rubocop/gradual/patch'
|
|
160
|
+
- 'standard'
|
|
161
|
+
- 'standard-custom'
|
|
162
|
+
- 'standard-performance'
|
|
163
|
+
- 'standard-rails'
|
|
164
|
+
- 'standard-rubocop-lts'
|
|
165
|
+
|
|
166
|
+
AllCops:
|
|
167
|
+
NewCops: enable
|
|
168
|
+
DisplayCopNames: true
|
|
169
|
+
TargetRubyVersion: X.X
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
Then pick one of the following to add!
|
|
173
|
+
|
|
174
|
+
### if Ruby with RSpec
|
|
175
|
+
|
|
176
|
+
```yaml
|
|
177
|
+
inherit_gem:
|
|
178
|
+
rubocop-lts: rubocop-lts.yml # for the ruby + rspec
|
|
179
|
+
# NOTE: this is the default, and as such, is equivalent to:
|
|
180
|
+
# rubocop-lts: config/ruby_rspec.yml
|
|
181
|
+
```
|
|
182
|
+
|
|
183
|
+
### if just Ruby (without RSpec)
|
|
184
|
+
|
|
185
|
+
```yaml
|
|
186
|
+
inherit_gem:
|
|
187
|
+
rubocop-lts: config/ruby.yml
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
### if Rails with RSpec
|
|
191
|
+
|
|
192
|
+
```yaml
|
|
193
|
+
inherit_gem:
|
|
194
|
+
rubocop-lts: config/rails_rspec.yml
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
### if just Rails (without RSpec)
|
|
198
|
+
|
|
199
|
+
```yaml
|
|
200
|
+
inherit_gem:
|
|
201
|
+
rubocop-lts: config/rails.yml
|
|
202
|
+
```
|
|
203
|
+
|
|
204
|
+
### if rubygem with RSpec
|
|
205
|
+
|
|
206
|
+
```yaml
|
|
207
|
+
inherit_gem:
|
|
208
|
+
rubocop-lts: config/rubygem_rspec.yml
|
|
209
|
+
```
|
|
210
|
+
|
|
211
|
+
### if just rubygem (without RSpec)
|
|
212
|
+
|
|
213
|
+
```yaml
|
|
214
|
+
inherit_gem:
|
|
215
|
+
rubocop-lts: config/rubygem.yml
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
### Load Rake Tasks
|
|
219
|
+
|
|
220
|
+
NOTE: On Rails it is **automatic**, via Railtie, so you can skip this.
|
|
221
|
+
|
|
222
|
+
In a non-Rails environment add the following to your `Rakefile`:
|
|
223
|
+
```ruby
|
|
224
|
+
require "rubocop/lts"
|
|
225
|
+
Rubocop::Lts.install_tasks
|
|
226
|
+
```
|
|
227
|
+
|
|
228
|
+
This will load the `rubocop_gradual` rake task, and alias it as `rubocop`.
|
|
229
|
+
|
|
133
230
|
### Dependabot Noise Reduction
|
|
134
231
|
|
|
135
232
|
Add the following to `.github/dependabot.yml` if you use Github Actions.
|
|
@@ -391,58 +488,33 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
|
|
|
391
488
|
[โณ๏ธ32-g]: https://rubygems.org/gems/rubocop-ruby3_2
|
|
392
489
|
[โณ๏ธ32-gh]: https://github.com/rubocop-lts/rubocop-ruby3_2
|
|
393
490
|
|
|
491
|
+
[aboutme]: https://about.me/peter.boling
|
|
492
|
+
[actions]: https://github.com/rubocop-lts/rubocop-lts/actions
|
|
493
|
+
[angelme]: https://angel.co/peter-boling
|
|
494
|
+
[blogpage]: http://www.railsbling.com/tags/rubocop-lts/
|
|
495
|
+
[codecov_coverage]: https://codecov.io/gh/rubocop-lts/rubocop-lts
|
|
496
|
+
[code_triage]: https://www.codetriage.com/rubocop-lts/rubocop-lts
|
|
497
|
+
[chat]: https://gitter.im/rubocop-lts/rubocop-lts?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
|
498
|
+
[climate_coverage]: https://codeclimate.com/github/rubocop-lts/rubocop-lts/test_coverage
|
|
499
|
+
[climate_maintainability]: https://codeclimate.com/github/rubocop-lts/rubocop-lts/maintainability
|
|
394
500
|
[copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
395
|
-
|
|
501
|
+
[conduct]: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/main/CODE_OF_CONDUCT.md
|
|
502
|
+
[contributing]: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/main/CONTRIBUTING.md
|
|
503
|
+
[devto]: https://dev.to/galtzo
|
|
504
|
+
[documentation]: https://rubydoc.info/github/rubocop-lts/rubocop-lts/main
|
|
505
|
+
[followme]: https://img.shields.io/twitter/follow/galtzo.svg?style=social&label=Follow
|
|
396
506
|
[gh_discussions]: https://github.com/rubocop-lts/rubocop-lts/discussions
|
|
397
|
-
|
|
398
|
-
[
|
|
399
|
-
|
|
400
|
-
[
|
|
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
|
-
|
|
507
|
+
[gh_sponsors]: https://github.com/sponsors/pboling
|
|
508
|
+
[issues]: https://github.com/rubocop-lts/rubocop-lts/issues
|
|
509
|
+
[liberapay_donate]: https://liberapay.com/pboling/donate
|
|
510
|
+
[license]: LICENSE.txt
|
|
406
511
|
[license-ref]: https://opensource.org/licenses/MIT
|
|
407
|
-
|
|
408
|
-
[
|
|
409
|
-
|
|
512
|
+
[license-img]: https://img.shields.io/badge/License-MIT-green.svg
|
|
513
|
+
[peterboling]: http://www.peterboling.com
|
|
410
514
|
[pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
|
|
411
|
-
|
|
412
515
|
[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
516
|
[rubygems]: https://rubygems.org/gems/rubocop-lts
|
|
441
|
-
|
|
442
|
-
[
|
|
443
|
-
|
|
444
|
-
[
|
|
445
|
-
|
|
446
|
-
[liberapay_donate]: https://liberapay.com/pboling/donate
|
|
447
|
-
|
|
448
|
-
[gh_sponsors]: https://github.com/sponsors/pboling
|
|
517
|
+
[security]: https://github.com/rubocop-lts/rubocop-lts/blob/main/SECURITY.md
|
|
518
|
+
[semver]: http://semver.org/
|
|
519
|
+
[source]: https://github.com/rubocop-lts/rubocop-lts/
|
|
520
|
+
[tweetme]: http://twitter.com/galtzo
|
data/SECURITY.md
CHANGED
|
File without changes
|
data/config/base.yml
ADDED
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,13 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
# external libs
|
|
4
4
|
require "version_gem"
|
|
5
|
+
require "rubocop/ruby2_2"
|
|
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
|
-
|
|
12
|
+
|
|
13
|
+
module_function def install_tasks
|
|
14
|
+
Rubocop::Ruby22.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: 8.
|
|
4
|
+
version: 8.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
|
-
|
|
14
|
+
A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
|
|
16
15
|
DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
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:
|
|
38
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
40
39
|
dependencies:
|
|
41
40
|
- !ruby/object:Gem::Dependency
|
|
42
41
|
name: rubocop-ruby2_2
|
|
@@ -44,7 +43,27 @@ dependencies:
|
|
|
44
43
|
requirements:
|
|
45
44
|
- - ">="
|
|
46
45
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
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.
|
|
76
|
+
version: 2.0.2
|
|
58
77
|
- - "<"
|
|
59
78
|
- !ruby/object:Gem::Version
|
|
60
79
|
version: '3'
|
|
@@ -64,7 +83,7 @@ dependencies:
|
|
|
64
83
|
requirements:
|
|
65
84
|
- - ">="
|
|
66
85
|
- !ruby/object:Gem::Version
|
|
67
|
-
version: 1.1.
|
|
86
|
+
version: 1.1.9
|
|
68
87
|
- - "<"
|
|
69
88
|
- !ruby/object:Gem::Version
|
|
70
89
|
version: '3'
|
|
@@ -74,7 +93,7 @@ dependencies:
|
|
|
74
93
|
requirements:
|
|
75
94
|
- - ">="
|
|
76
95
|
- !ruby/object:Gem::Version
|
|
77
|
-
version: 1.1.
|
|
96
|
+
version: 1.1.9
|
|
78
97
|
- - "<"
|
|
79
98
|
- !ruby/object:Gem::Version
|
|
80
99
|
version: '3'
|
|
@@ -93,19 +112,65 @@ dependencies:
|
|
|
93
112
|
- !ruby/object:Gem::Version
|
|
94
113
|
version: '0.5'
|
|
95
114
|
- !ruby/object:Gem::Dependency
|
|
96
|
-
name:
|
|
115
|
+
name: kettle-soup-cover
|
|
97
116
|
requirement: !ruby/object:Gem::Requirement
|
|
98
117
|
requirements:
|
|
99
118
|
- - "~>"
|
|
100
119
|
- !ruby/object:Gem::Version
|
|
101
|
-
version: '
|
|
120
|
+
version: '1.1'
|
|
121
|
+
- - ">="
|
|
122
|
+
- !ruby/object:Gem::Version
|
|
123
|
+
version: 1.1.3
|
|
102
124
|
type: :development
|
|
103
125
|
prerelease: false
|
|
104
126
|
version_requirements: !ruby/object:Gem::Requirement
|
|
105
127
|
requirements:
|
|
106
128
|
- - "~>"
|
|
107
129
|
- !ruby/object:Gem::Version
|
|
108
|
-
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
|
|
156
|
+
requirement: !ruby/object:Gem::Requirement
|
|
157
|
+
requirements:
|
|
158
|
+
- - "~>"
|
|
159
|
+
- !ruby/object:Gem::Version
|
|
160
|
+
version: '1.0'
|
|
161
|
+
- - ">="
|
|
162
|
+
- !ruby/object:Gem::Version
|
|
163
|
+
version: 1.0.6
|
|
164
|
+
type: :development
|
|
165
|
+
prerelease: false
|
|
166
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
167
|
+
requirements:
|
|
168
|
+
- - "~>"
|
|
169
|
+
- !ruby/object:Gem::Version
|
|
170
|
+
version: '1.0'
|
|
171
|
+
- - ">="
|
|
172
|
+
- !ruby/object:Gem::Version
|
|
173
|
+
version: 1.0.6
|
|
109
174
|
description: Configure RuboCop + a bevy of friends to gradually lint Ruby code
|
|
110
175
|
email:
|
|
111
176
|
- peter.boling@gmail.com
|
|
@@ -119,6 +184,7 @@ files:
|
|
|
119
184
|
- LICENSE.txt
|
|
120
185
|
- README.md
|
|
121
186
|
- SECURITY.md
|
|
187
|
+
- config/base.yml
|
|
122
188
|
- config/rails.yml
|
|
123
189
|
- config/rails_rspec.yml
|
|
124
190
|
- config/rspec.yml
|
|
@@ -134,15 +200,14 @@ homepage: https://gitlab.com/rubocop-lts/rubocop-lts
|
|
|
134
200
|
licenses:
|
|
135
201
|
- MIT
|
|
136
202
|
metadata:
|
|
137
|
-
homepage_uri: https://
|
|
138
|
-
source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v8.
|
|
139
|
-
changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v8.
|
|
203
|
+
homepage_uri: https://rubocop-lts.gitlab.io/
|
|
204
|
+
source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v8.2.0
|
|
205
|
+
changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v8.2.0/CHANGELOG.md
|
|
140
206
|
bug_tracker_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/issues
|
|
141
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/8.
|
|
207
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/8.2.0
|
|
142
208
|
wiki_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/wiki
|
|
143
209
|
funding_uri: https://liberapay.com/pboling
|
|
144
210
|
rubygems_mfa_required: 'true'
|
|
145
|
-
post_install_message:
|
|
146
211
|
rdoc_options: []
|
|
147
212
|
require_paths:
|
|
148
213
|
- lib
|
|
@@ -157,8 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
157
222
|
- !ruby/object:Gem::Version
|
|
158
223
|
version: '0'
|
|
159
224
|
requirements: []
|
|
160
|
-
rubygems_version:
|
|
161
|
-
signing_key:
|
|
225
|
+
rubygems_version: 4.0.11
|
|
162
226
|
specification_version: 4
|
|
163
227
|
summary: 'Rules for Rubies: Rubocop + Standard + Betterlint + Shopify + Gradual'
|
|
164
228
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|