rubocop-lts 22.1.3 โ†’ 24.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a3878801d643feb409e1c7c7936f11357810cafa279d66a88e5ff505ea350431
4
- data.tar.gz: b11f7a4039587f47f5ab159d2a8e202484521c7f2e6da4de84085b3b7856f1d4
3
+ metadata.gz: 7306b0d0e9a6931c1f05a547e01b5fcd2eb9cf6390696683134b27a8334624bb
4
+ data.tar.gz: a650e8392bd71cae446a707ac9f3ca95a34681763461a8c53e9c9e09c0ed73a3
5
5
  SHA512:
6
- metadata.gz: 87b35edbd2239a15e2d9bfedcb5985915a051dae13167637492245f02717be49146e739633134e2f5b90bb555ba0b98b666a0e96d3200008e0c02b83ddd915a2
7
- data.tar.gz: 8c7151c438daec1d060b8cad76bcc8c0e116ee7ebac95a5ae7739bb951a3db6552dcb87ad8ad583ed962bd082af591557d333e5d258dc5cf3168b720e9ac0414
6
+ metadata.gz: 9c66ee60d2491163443a349e3526aca48dc542fad7451c37cdb9a0ad65bf96bd4715847fc220d344107ed37064a66e62358b15b8990255c5af2a713d2e0e709c
7
+ data.tar.gz: f6f4fffcbc0cd990de1f5cc7c31cfeb4e4dee2f68f2d667d269ac47a4bcec7ea362674a5f4fd90d47e423f35b4905158874fb5447858550252bddf91b8a0febd
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -10,39 +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.1.3] - 2023-05-30
13
+ ## [24.0.0] - 2023-05-22
14
14
  ### Added
15
- - `config/base.yml` for all shared configs
16
- - `Rubocop::Lts.install_tasks` to roll-up rake tasks from dependencies (e.g. rubocop_gradual)
15
+ - Initial even release supporting Ruby >= 3.2
17
16
 
18
- ## [22.1.2] - 2023-05-22
19
- ### Changed
20
- - Oops, minimum Ruby version is 3.1, for real this time.
21
-
22
- ## [22.1.1] - 2023-05-22
23
- ### Changed
24
- - Minimum Ruby version is 3.1
25
-
26
- ## [22.1.0] - 2023-05-22
27
- ### Changed
28
- - Bumped dependency rubocop-ruby3_1 to ~> 2.0.4
29
-
30
- ## [22.0.1] - 2022-06-09
31
- ### Added
32
- - Improve, and dry up documentation
33
- ### Changed
34
- - Bumped dependency rubocop-ruby3_1 to ~> 1.0.6
35
- ### Fixed
36
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
37
-
38
- ## [22.0.0] - 2022-05-23
39
- ### Added
40
- - Initial even release supporting Ruby >= 3.1
41
-
42
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.3...HEAD
43
- [22.1.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.2...v22.1.3
44
- [22.1.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.1...v22.1.2
45
- [22.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.0...v22.1.1
46
- [22.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.1...v22.1.0
47
- [22.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.0...v22.0.1
48
- [22.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v22.0.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/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/README.md CHANGED
@@ -16,35 +16,39 @@
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]
23
24
  * ๐ŸŒฑ [Convention > Configuration][Convention-Over-Configuration]
24
- * ๐ŸŒฑ [Releases][Even-Major-Release]
25
+ * ๐ŸŒฑ [Even Releases][Even-Major-Release] (use these!)
26
+ * ๐ŸŒฑ [Odd Releases][Odd-Major-Release] (deprecated)
25
27
  * ๐ŸŒฑ [How to Upgrade Ruby (1.8 to 3.2)!][How-To-Upgrade-Ruby]
26
28
  * ๐Ÿ‘ฉโ€๐Ÿ’ป [Org Health][OrgHealth]
27
- * โœจ [Installation][Installation]
28
29
  * ๐Ÿ”ง [Usage][Usage]
29
- * โšก๏ธ [Contributing][Contributing]
30
- * ๐ŸŒˆ [Contributors][Contributors]
30
+ * ๐Ÿงฎ [Development][Development]
31
+ * โšก๏ธ [Contributing][Contributing]
32
+ * ๐ŸŒˆ [Contributors][Contributors]
31
33
  * ๐Ÿ“„ [License][License]
32
34
  * ยฉ [Copyright][Copyright]
33
35
  * ๐Ÿค [Code of Conduct][Code of Conduct]
34
36
  * ๐Ÿ“Œ [Versioning][Versioning]
35
37
 
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-
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-
48
52
 
49
53
  ## This README
50
54
 
@@ -55,7 +59,7 @@
55
59
  ## This Branch ๐ŸŒณ
56
60
 
57
61
  <!-- FIND VERSION -->
58
- **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.**
59
63
 
60
64
  This gem configures many gems for you:
61
65
 
@@ -119,108 +123,13 @@ Or add this line to your application's Gemfile:
119
123
 
120
124
  <!-- FIND VERSION -->
121
125
  ```ruby
122
- gem "rubocop-lts", "~> 22.1", require: false
126
+ gem "rubocop-lts", "~> 24.0", require: false
123
127
  ```
124
128
 
125
129
  And then execute:
126
130
 
127
131
  $ bundle
128
132
 
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
-
224
133
  ### Dependabot Noise Reduction
225
134
 
226
135
  Add the following to `.github/dependabot.yml` if you use Github Actions.
@@ -482,33 +391,58 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
482
391
  [โ›ณ๏ธ32-g]: https://rubygems.org/gems/rubocop-ruby3_2
483
392
  [โ›ณ๏ธ32-gh]: https://github.com/rubocop-lts/rubocop-ruby3_2
484
393
 
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
494
394
  [copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
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
395
+
500
396
  [gh_discussions]: https://github.com/rubocop-lts/rubocop-lts/discussions
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
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
+
505
406
  [license-ref]: https://opensource.org/licenses/MIT
506
- [license-img]: https://img.shields.io/badge/License-MIT-green.svg
507
- [peterboling]: http://www.peterboling.com
407
+
408
+ [semver]: http://semver.org/
409
+
508
410
  [pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
411
+
509
412
  [railsbling]: http://www.railsbling.com
510
- [rubygems]: https://rubygems.org/gems/rubocop-lts
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/
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
+
514
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/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,4 +1,2 @@
1
- inherit_from: ./base.yml
2
-
3
1
  inherit_gem:
4
- 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,4 +1,2 @@
1
- inherit_from: ./base.yml
2
-
3
1
  inherit_gem:
4
- 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,4 +1,2 @@
1
- inherit_from: ./base.yml
2
-
3
1
  inherit_gem:
4
- 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.1.3"
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.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-lts
3
3
  version: !ruby/object:Gem::Version
4
- version: 22.1.3
4
+ version: 24.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -36,15 +36,15 @@ cert_chain:
36
36
  gwGrEXGQGDZ0NIgBcmvMOqlXjkGQwQvugKycJ024z89+fz2332vdZIKTrSxJrXGk
37
37
  4/bR9A==
38
38
  -----END CERTIFICATE-----
39
- date: 2023-05-30 00:00:00.000000000 Z
39
+ date: 2023-05-22 00:00:00.000000000 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
- name: rubocop-ruby3_1
42
+ name: rubocop-ruby3_2
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: 2.0.4
47
+ version: 2.0.5
48
48
  - - "<"
49
49
  - !ruby/object:Gem::Version
50
50
  version: '3'
@@ -54,27 +54,7 @@ dependencies:
54
54
  requirements:
55
55
  - - ">="
56
56
  - !ruby/object:Gem::Version
57
- version: 2.0.4
58
- - - "<"
59
- - !ruby/object:Gem::Version
60
- version: '3'
61
- - !ruby/object:Gem::Dependency
62
- name: standard-rubocop-lts
63
- requirement: !ruby/object:Gem::Requirement
64
- requirements:
65
- - - ">="
66
- - !ruby/object:Gem::Version
67
- version: 1.0.3
68
- - - "<"
69
- - !ruby/object:Gem::Version
70
- version: '3'
71
- type: :runtime
72
- prerelease: false
73
- version_requirements: !ruby/object:Gem::Requirement
74
- requirements:
75
- - - ">="
76
- - !ruby/object:Gem::Version
77
- version: 1.0.3
57
+ version: 2.0.5
78
58
  - - "<"
79
59
  - !ruby/object:Gem::Version
80
60
  version: '3'
@@ -126,20 +106,6 @@ dependencies:
126
106
  - - "~>"
127
107
  - !ruby/object:Gem::Version
128
108
  version: '2.22'
129
- - !ruby/object:Gem::Dependency
130
- name: rspec-block_is_expected
131
- requirement: !ruby/object:Gem::Requirement
132
- requirements:
133
- - - "~>"
134
- - !ruby/object:Gem::Version
135
- version: '1.0'
136
- type: :development
137
- prerelease: false
138
- version_requirements: !ruby/object:Gem::Requirement
139
- requirements:
140
- - - "~>"
141
- - !ruby/object:Gem::Version
142
- version: '1.0'
143
109
  description: Configure RuboCop + a bevy of friends to gradually lint Ruby code
144
110
  email:
145
111
  - peter.boling@gmail.com
@@ -153,7 +119,6 @@ files:
153
119
  - LICENSE.txt
154
120
  - README.md
155
121
  - SECURITY.md
156
- - config/base.yml
157
122
  - config/rails.yml
158
123
  - config/rails_rspec.yml
159
124
  - config/rspec.yml
@@ -169,11 +134,11 @@ homepage: https://gitlab.com/rubocop-lts/rubocop-lts
169
134
  licenses:
170
135
  - MIT
171
136
  metadata:
172
- homepage_uri: https://rubocop-lts.gitlab.io/
173
- source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v22.1.3
174
- changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v22.1.3/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
175
140
  bug_tracker_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/issues
176
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/22.1.3
141
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/24.0.0
177
142
  wiki_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/wiki
178
143
  funding_uri: https://liberapay.com/pboling
179
144
  rubygems_mfa_required: 'true'
@@ -185,7 +150,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
185
150
  requirements:
186
151
  - - ">="
187
152
  - !ruby/object:Gem::Version
188
- version: '3.1'
153
+ version: '2.7'
189
154
  required_rubygems_version: !ruby/object:Gem::Requirement
190
155
  requirements:
191
156
  - - ">="
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