rubocop-lts 20.1.0 → 20.2.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: b31f4aed3441e01324994f684a4ffc23bb94efeb1f2fb09b3821d44f24be3a84
4
- data.tar.gz: 5f2e5ce39dd5fd399aa7234389f0de2e3066547977921c62b7f20b6753e7ab01
3
+ metadata.gz: 22c769662b73a9596aed463b80cd94ddea5d05a11c93d84a8d06c7a6c5ede3a2
4
+ data.tar.gz: 0b6b5ab572e8c5ac1439222e1be9d5938c3826b56d80fa1666891eabc015d4d8
5
5
  SHA512:
6
- metadata.gz: 80c180e99cf0da6cb9c2f606cf12fb6d2c2255b3faf6e36ecb1637b9e453e7e46cfae89f94063f08483cbc27db678e529f73d8a28b4576794f88a6608398b668
7
- data.tar.gz: a2b325603620d55c005db1b13b736fb06c292b2ad327b6fe031ed1c51dda35528e87f66bc9faa599adda50634cb4a5cb65f4fa96822e7d503c0e98bc87df6ed9
6
+ metadata.gz: 0a4328d1e6dabe3b1b93ea3fcd0796fae768210673bccb29036e20de6ee7d1ef062e562ce97de887b35b5ee5b24c7d9abed1e4153bbd18ca20076079566b3acc
7
+ data.tar.gz: e4545566ffa26f21c2b0870b729deb0d32e0cdca6296dac610c85204b3db9ab17bc7d5fe15b3e7615c0850af76cfcf473d32e01852c3827d35753a713330f583
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
  ### Fixed
11
11
  ### Removed
12
12
 
13
+ ## [20.2.0] - 2023-05-22
14
+ ### Changed
15
+ - Bumped dependency rubocop-ruby3_0 to ~> 2.0.4
16
+
13
17
  ## [20.1.0] - 2023-03-17
14
18
  ### Added
15
19
  - Certificate for signing gem releases
@@ -34,307 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
38
  ### Added
35
39
  - Initial even release supporting Ruby >= 3.0
36
40
 
37
- ## [19.1.0] - 2023-03-17
38
- ### Added
39
- - Certificate for signing gem releases
40
- - Gemspec metadata
41
- - funding_uri
42
- - SHA256 and SHA512 Checksums for release
43
- ### Changed
44
- - Bumped dependency rubocop-ruby3_0 to ~> 1.1.2
45
- - Allows rubocop ~> 1.48.1
46
- - Compatible with rubocop-packaging ~> 0.5.2
47
- - Gem releases are now cryptographically signed
48
-
49
- ## [19.0.1] - 2022-06-09
50
- ### Added
51
- - Improve, and dry up documentation
52
- ### Changed
53
- - Bumped dependency rubocop-ruby3_0 to ~> 1.0.6
54
-
55
- ## [19.0.0] - 2022-05-23
56
- ### Added
57
- - Initial odd release supporting Ruby ~> 3.0
58
-
59
- ## [18.0.1] - 2022-06-09
60
- ### Added
61
- - Improve, and dry up documentation
62
- ### Changed
63
- - Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
64
- ### Fixed
65
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
66
-
67
- ## [18.0.0] - 2022-05-23
68
- ### Added
69
- - Initial even release supporting Ruby >= 2.7
70
-
71
- ## [17.0.1] - 2022-06-09
72
- ### Added
73
- - Improve, and dry up documentation
74
- ### Changed
75
- - Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
76
-
77
- ## [17.0.0] - 2022-05-23
78
- ### Added
79
- - Initial odd release supporting Ruby ~> 2.7
80
-
81
- ## [16.0.1] - 2022-06-09
82
- ### Added
83
- - Improve, and dry up documentation
84
- ### Changed
85
- - Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
86
- ### Fixed
87
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
88
-
89
- ## [16.0.0] - 2022-05-23
90
- ### Added
91
- - Initial even release supporting Ruby >= 2.6
92
-
93
- ## [15.0.1] - 2022-06-09
94
- ### Added
95
- - Improve, and dry up documentation
96
- ### Changed
97
- - Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
98
-
99
- ## [15.0.0] - 2022-05-23
100
- ### Added
101
- - Initial odd release supporting Ruby ~> 2.6
102
-
103
- ## [14.0.1] - 2022-06-09
104
- ### Added
105
- - Improve, and dry up documentation
106
- ### Fixed
107
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
108
-
109
- ## [14.0.0] - 2022-05-23
110
- ### Added
111
- - Initial even release supporting Ruby >= 2.5
112
-
113
- ## [13.0.1] - 2022-06-09
114
- ### Added
115
- - Improve, and dry up documentation
116
-
117
- ## [13.0.0] - 2022-05-23
118
- ### Added
119
- - Initial odd release supporting Ruby ~> 2.5
120
-
121
- ## [12.0.1] - 2022-06-09
122
- ### Added
123
- - Improve, and dry up documentation
124
- ### Fixed
125
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
126
-
127
- ## [12.0.0] - 2022-05-23
128
- ### Added
129
- - Initial even release supporting Ruby >= 2.4
130
-
131
- ## [11.0.2] - 2022-06-09
132
- ### Added
133
- - Improve, and dry up documentation
134
-
135
- ## 11.0.1 - 2022-06-09 (YANKED)
136
- - accidentally removed required_ruby_version from gemspec
137
-
138
- ## [11.0.0] - 2022-05-23
139
- ### Added
140
- - Initial odd release supporting Ruby ~> 2.4
141
-
142
- ## [10.0.1] - 2022-06-09
143
- ### Added
144
- - Improve, and dry up documentation
145
- ### Fixed
146
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
147
-
148
- ## [10.0.0] - 2022-05-23
149
- ### Added
150
- - Initial even release supporting Ruby >= 2.3
151
-
152
- ## [9.0.1] - 2022-06-09
153
- ### Added
154
- - Improve, and dry up documentation
155
-
156
- ## [9.0.0] - 2022-05-23
157
- ### Added
158
- - Initial odd release supporting Ruby ~> 2.3
159
-
160
- ## [8.0.2] - 2022-06-09
161
- ### Fixed
162
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
163
-
164
- ## [8.0.1] - 2022-06-09
165
- ### Added
166
- - Improve, and dry up documentation
167
-
168
- ## [8.0.0] - 2022-05-23
169
- ### Added
170
- - Initial even release supporting Ruby >= 2.2
171
-
172
- ## [7.0.1] - 2022-06-08
173
- ### Added
174
- - Improve, and dry up documentation
175
-
176
- ## [7.0.0] - 2022-05-23
177
- ### Added
178
- - Initial odd release supporting Ruby ~> 2.2
179
-
180
- ## [6.0.1] - 2022-06-08
181
- ### Added
182
- - Improve, and dry up documentation
183
- ### Fixed
184
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
185
-
186
- ## [6.0.0] - 2022-05-23
187
- ### Added
188
- - Initial even release supporting Ruby >= 2.1
189
-
190
- ## [5.0.2] - 2022-06-08
191
- ### Added
192
- - Improve, and dry up documentation
193
-
194
- ## [5.0.1] - 2022-05-23
195
- ### Fixed
196
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
197
-
198
- ## [5.0.0] - 2022-05-23
199
- ### Added
200
- - Initial odd release supporting Ruby ~> 2.1
201
-
202
- ## [4.0.3] - 2022-06-08
203
- ### Fixed
204
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
205
-
206
- ## [4.0.2] - 2022-05-23
207
- ### Fixed
208
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
209
-
210
- ## [4.0.1] - 2022-05-23
211
- ### Fixed
212
- - Ship rubocop config files in gem
213
- - rubocop-lts.yml
214
-
215
- ## [4.0.0] - 2022-05-22
216
- ### Added
217
- - Initial even release supporting Ruby >= 2.0
218
-
219
- ## [3.0.3] - 2022-06-08
220
- ### Added
221
- - Improve, and dry up documentation
222
-
223
- ## [3.0.2] - 2022-05-23
224
- ### Fixed
225
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
226
-
227
- ## [3.0.1] - 2022-05-23
228
- ### Fixed
229
- - Ship rubocop config files in gem
230
- - rubocop-lts.yml
231
-
232
- ## [3.0.0] - 2022-05-22
233
- ### Added
234
- - Initial odd release supporting Ruby ~> 2.0
235
-
236
- ## [2.0.5] - 2022-06-08
237
- ### Added
238
- - Improve, and dry up documentation
239
-
240
- ## [2.0.4] - 2022-06-08
241
- ### Fixed
242
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
243
-
244
- ## [2.0.3] - 2022-05-23
245
- ### Fixed
246
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
247
-
248
- ## [2.0.2] - 2022-05-23
249
- ### Fixed
250
- - Ship rubocop config files in gem
251
- - rubocop-lts.yml
252
- - rubocop-lts1_8.yml
253
-
254
- ## [2.0.1] - 2022-05-22
255
- ### Fixed
256
- - Documentation typos & gemspec URLs
257
-
258
- ## [2.0.0] - 2022-05-22
259
- ### Added
260
- - Initial even release supporting Ruby >= 1.9
261
-
262
- ## [1.0.4] - 2022-06-08
263
- ### Added
264
- - Security Policy @ SECURITY.md
265
- - Improve, and dry up documentation
266
-
267
- ## [1.0.3] - 2022-05-23
268
- ### Fixed
269
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
270
-
271
- ## [1.0.2] - 2022-05-23
272
- ### Fixed
273
- - Ship rubocop config files in gem
274
- - rubocop-lts.yml
275
- - rubocop-lts1_8.yml
276
-
277
- ## [1.0.1] - 2022-05-22
278
- ### Fixed
279
- - Documentation typos & gemspec URLs
280
-
281
- ## [1.0.0] - 2022-05-22
282
- ### Added
283
- - Initial odd release supporting Ruby ~> 1.9
284
-
285
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.1.0...HEAD
41
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.2.0...HEAD
42
+ [20.2.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.1.0...v20.2.0
286
43
  [20.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.1...v20.1.0
287
44
  [20.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.0...v20.0.1
288
- [20.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.1.0...v20.0.0
289
- [19.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.1...v19.1.0
290
- [19.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...v19.0.1
291
- [19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.1...v19.0.0
292
- [18.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v18.0.1
293
- [18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.1...v18.0.0
294
- [17.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v17.0.1
295
- [17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.1...v17.0.0
296
- [16.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v16.0.1
297
- [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.1...v16.0.0
298
- [15.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v15.0.1
299
- [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.1...v15.0.0
300
- [14.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v14.0.1
301
- [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.1...v14.0.0
302
- [13.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v13.0.1
303
- [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
304
- [12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
305
- [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
306
- [11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
307
- [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
308
- [10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
309
- [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
310
- [9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
311
- [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
312
- [8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
313
- [8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
314
- [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
315
- [7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
316
- [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
317
- [6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
318
- [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
319
- [5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
320
- [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
321
- [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
322
- [4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
323
- [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
324
- [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
325
- [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
326
- [3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
327
- [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
328
- [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
329
- [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.0
330
- [2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
331
- [2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
332
- [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
333
- [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
334
- [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
335
- [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
336
- [1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
337
- [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
338
- [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
339
- [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
340
- [1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
45
+ [20.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v20.0.0
data/CONTRIBUTING.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Contributing
2
2
 
3
- Bug reports and pull requests are welcome on GitHub at [https://github.com/rubocop-lts/rubocop-lts][🚎src-main]
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
5
  the [code of conduct][conduct].
6
6
 
@@ -13,12 +13,13 @@ To release a new version:
13
13
 
14
14
  1. Run `bin/setup && bin/rake` as a tests, coverage, & linting sanity check.
15
15
  2. update the version number in `version.rb`
16
- 3. run `bundle exec rake build:checksum`
17
- 4. move the built gem to project root
18
- 5. run `bin/checksum` to create the missing SHA256 checksum
19
- 6. move the built gem back to `pkg/`
20
- 7. commit the changes
21
- 8. run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org][rubygems].
16
+ 3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`.
17
+ 4. run `bundle exec rake build:checksum`
18
+ 5. move the built gem to project root
19
+ 6. run `bin/checksum` to create the missing SHA256 checksum
20
+ 7. move the built gem back to `pkg/`
21
+ 8. commit the changes
22
+ 9. run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org][rubygems].
22
23
 
23
24
  NOTE: You will need to have a public key in `certs/`, and list your cert in the
24
25
  `gemspec`, in order to sign the new release.
@@ -30,7 +31,7 @@ See: [https://gitlab.com/rubocop-lts/rubocop-lts/-/graphs/main][🖐contributors
30
31
 
31
32
  [comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)
32
33
 
33
- [conduct]: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/main/CODE_OF_CONDUCT.md
34
+ [🤝conduct]: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/main/CODE_OF_CONDUCT.md
34
35
  [🖐contributors]: https://gitlab.com/rubocop-lts/rubocop-lts/-/graphs/main
35
36
  [🚎src-main]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/main
36
37
  [🏘chat]: https://gitter.im/rubocop-lts/community
data/README.md CHANGED
@@ -22,8 +22,8 @@
22
22
 
23
23
  * 🌱 [Why Build This?][Why-Build-This]
24
24
  * 🌱 [Convention > Configuration][Convention-Over-Configuration]
25
- * 🌱 [Even Releases][Even-Major-Release]
26
- * 🌱 [Odd Releases][Odd-Major-Release]
25
+ * 🌱 [Even Releases][Even-Major-Release] (use these!)
26
+ * 🌱 [Odd Releases][Odd-Major-Release] (deprecated)
27
27
  * 🌱 [How to Upgrade Ruby (1.8 to 3.2)!][How-To-Upgrade-Ruby]
28
28
  * 👩‍💻 [Org Health][OrgHealth]
29
29
  * 🔧 [Usage][Usage]
@@ -59,36 +59,71 @@
59
59
  ## This Branch 🌳
60
60
 
61
61
  <!-- FIND VERSION -->
62
- **This README is for the even release of `rubocop-lts` supporting Ruby >= 3.0.0.**
62
+ **This README is for the even release of `rubocop-lts` supporting Ruby >= 3.0.**
63
+
64
+ This gem configures many gems for you:
65
+
66
+ - rubocop
67
+ - rubocop-gradual
68
+ - rubocop-md
69
+ - rubocop-rake
70
+ - rubocop-shopify
71
+ - rubocop-thread_safety
72
+ - standard
73
+ - standard-performance (incl. rubocop-performance)
74
+ - standard-custom
75
+ - standard-rubocop-lts (ruby version-specific rules)
76
+
77
+ And optionally, if you are using RSpec:
78
+
79
+ - rubocop-rspec
80
+
81
+ And optionally, if you are building a RubyGem:
82
+
83
+ - rubocop-packaging
84
+
85
+ And optionally, if you are building a Rails app:
86
+
87
+ - standard-rails (incl. rubocop-rails)
88
+ - betterlint
63
89
 
64
90
  ## Project Health 👩‍💻
65
91
 
66
- | Gem Name | Version | Downloads | CI | Activity |
67
- |------------------------------|-------------------------------------|----------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
68
- | [`rubocop-lts`][⛳️lts-gh] | [![Gem Version][⛳️lts-vi]][⛳️lts-g] | [![Total DL][🖇️lts-dti]][⛳️lts-g] [![DL Rank][🏘️lts-rti]][⛳️lts-g] | [![Current][🚎lts-cwfi]][🚎lts-cwf] | [![Open Issues][📗lts-ioi]][📗lts-io] [![Closed Issues][🚀lts-ici]][🚀lts-ic] [![Open PRs][💄lts-poi]][💄lts-po] [![Closed PRs][👽lts-pci]][👽lts-pc] |
69
- | [`rubocop-ruby1_9`][⛳️19-gh] | [![Gem Version][⛳️19-vi]][⛳️19-g] | [![Total DL][🖇️19-dti]][⛳️19-g] [![DL Rank][🏘️19-rti]][⛳️19-g] | [![Current][🚎19-cwfi]][🚎19-cwf] [![Legacy][🧮19-lwfi]][🧮19-lwf] | [![Open Issues][📗19-ioi]][📗19-io] [![Closed Issues][🚀19-ici]][🚀19-ic] [![Open PRs][💄19-poi]][💄19-po] [![Closed PRs][👽19-pci]][👽19-pc] |
70
- | [`rubocop-ruby2_0`][⛳️20-gh] | [![Gem Version][⛳️20-vi]][⛳️20-g] | [![Total DL][🖇️20-dti]][⛳️20-g] [![DL Rank][🏘️20-rti]][⛳️20-g] | [![Current][🚎20-cwfi]][🚎20-cwf] [![Legacy][🧮20-lwfi]][🧮20-lwf] | [![Open Issues][📗20-ioi]][📗20-io] [![Closed Issues][🚀20-ici]][🚀20-ic] [![Open PRs][💄20-poi]][💄20-po] [![Closed PRs][👽20-pci]][👽20-pc] |
71
- | [`rubocop-ruby2_1`][⛳️21-gh] | [![Gem Version][⛳️21-vi]][⛳️21-g] | [![Total DL][🖇️21-dti]][⛳️21-g] [![DL Rank][🏘️21-rti]][⛳️21-g] | [![Current][🚎21-cwfi]][🚎21-cwf] [![Legacy][🧮21-lwfi]][🧮21-lwf] | [![Open Issues][📗21-ioi]][📗21-io] [![Closed Issues][🚀21-ici]][🚀21-ic] [![Open PRs][💄21-poi]][💄21-po] [![Closed PRs][👽21-pci]][👽21-pc] |
72
- | [`rubocop-ruby2_2`][⛳️22-gh] | [![Gem Version][⛳️22-vi]][⛳️22-g] | [![Total DL][🖇️22-dti]][⛳️22-g] [![DL Rank][🏘️22-rti]][⛳️22-g] | [![Current][🚎22-cwfi]][🚎22-cwf] [![Legacy][🧮22-lwfi]][🧮22-lwf] | [![Open Issues][📗22-ioi]][📗22-io] [![Closed Issues][🚀22-ici]][🚀22-ic] [![Open PRs][💄22-poi]][💄22-po] [![Closed PRs][👽22-pci]][👽22-pc] |
73
- | [`rubocop-ruby2_3`][⛳️23-gh] | [![Gem Version][⛳️23-vi]][⛳️23-g] | [![Total DL][🖇️23-dti]][⛳️23-g] [![DL Rank][🏘️23-rti]][⛳️23-g] | [![Current][🚎23-cwfi]][🚎23-cwf] [![Legacy][🧮23-lwfi]][🧮23-lwf] | [![Open Issues][📗23-ioi]][📗23-io] [![Closed Issues][🚀23-ici]][🚀23-ic] [![Open PRs][💄23-poi]][💄23-po] [![Closed PRs][👽23-pci]][👽23-pc] |
74
- | [`rubocop-ruby2_4`][⛳️24-gh] | [![Gem Version][⛳️24-vi]][⛳️24-g] | [![Total DL][🖇️24-dti]][⛳️24-g] [![DL Rank][🏘️24-rti]][⛳️24-g] | [![Current][🚎24-cwfi]][🚎24-cwf] [![Legacy][🧮24-lwfi]][🧮24-lwf] | [![Open Issues][📗24-ioi]][📗24-io] [![Closed Issues][🚀24-ici]][🚀24-ic] [![Open PRs][💄24-poi]][💄24-po] [![Closed PRs][👽24-pci]][👽24-pc] |
75
- | [`rubocop-ruby2_5`][⛳️25-gh] | [![Gem Version][⛳️25-vi]][⛳️25-g] | [![Total DL][🖇️25-dti]][⛳️25-g] [![DL Rank][🏘️25-rti]][⛳️25-g] | [![Current][🚎25-cwfi]][🚎25-cwf] [![Heads][🖐25-hwfi]][🖐25-hwf] [![Legacy][🧮25-lwfi]][🧮25-lwf] | [![Open Issues][📗25-ioi]][📗25-io] [![Closed Issues][🚀25-ici]][🚀25-ic] [![Open PRs][💄25-poi]][💄25-po] [![Closed PRs][👽25-pci]][👽25-pc] |
76
- | [`rubocop-ruby2_6`][⛳️26-gh] | [![Gem Version][⛳️26-vi]][⛳️26-g] | [![Total DL][🖇️26-dti]][⛳️26-g] [![DL Rank][🏘️26-rti]][⛳️26-g] | [![Current][🚎26-cwfi]][🚎26-cwf] [![Heads][🖐26-hwfi]][🖐26-hwf] [![Legacy][🧮26-lwfi]][🧮26-lwf] | [![Open Issues][📗26-ioi]][📗26-io] [![Closed Issues][🚀26-ici]][🚀26-ic] [![Open PRs][💄26-poi]][💄26-po] [![Closed PRs][👽26-pci]][👽26-pc] |
77
- | [`rubocop-ruby2_7`][⛳️27-gh] | [![Gem Version][⛳️27-vi]][⛳️27-g] | [![Total DL][🖇️27-dti]][⛳️27-g] [![DL Rank][🏘️27-rti]][⛳️27-g] | [![Current][🚎27-cwfi]][🚎27-cwf] [![Heads][🖐27-hwfi]][🖐27-hwf] | [![Open Issues][📗27-ioi]][📗27-io] [![Closed Issues][🚀27-ici]][🚀27-ic] [![Open PRs][💄27-poi]][💄27-po] [![Closed PRs][👽27-pci]][👽27-pc] |
78
- | [`rubocop-ruby3_0`][⛳️30-gh] | [![Gem Version][⛳️30-vi]][⛳️30-g] | [![Total DL][🖇️30-dti]][⛳️30-g] [![DL Rank][🏘️30-rti]][⛳️30-g] | [![Current][🚎30-cwfi]][🚎30-cwf] [![Heads][🖐30-hwfi]][🖐30-hwf] | [![Open Issues][📗30-ioi]][📗30-io] [![Closed Issues][🚀30-ici]][🚀30-ic] [![Open PRs][💄30-poi]][💄30-po] [![Closed PRs][👽30-pci]][👽30-pc] |
79
- | [`rubocop-ruby3_1`][⛳️31-gh] | [![Gem Version][⛳️31-vi]][⛳️31-g] | [![Total DL][🖇️31-dti]][⛳️31-g] [![DL Rank][🏘️31-rti]][⛳️31-g] | [![Current][🚎31-cwfi]][🚎31-cwf] [![Heads][🖐31-hwfi]][🖐31-hwf] | [![Open Issues][📗31-ioi]][📗31-io] [![Closed Issues][🚀31-ici]][🚀31-ic] [![Open PRs][💄31-poi]][💄31-po] [![Closed PRs][👽31-pci]][👽31-pc] |
92
+ | Gem Name | Version | Downloads | CI | Activity |
93
+ |------------------------------|-------------------------------------|----------------------------------------------------------------------|-----------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
94
+ | [`rubocop-lts`][⛳️lts-gh] | [![Gem Version][⛳️lts-vi]][⛳️lts-g] | [![Total DL][🖇️lts-dti]][⛳️lts-g] [![DL Rank][🏘️lts-rti]][⛳️lts-g] | [![Current][🚎lts-cwfi]][🚎lts-cwf] [![Heads][🖐lts-hwfi]][🖐lts-hwf] | [![Open Issues][📗lts-ioi]][📗lts-io] [![Closed Issues][🚀lts-ici]][🚀lts-ic] [![Open PRs][💄lts-poi]][💄lts-po] [![Closed PRs][👽lts-pci]][👽lts-pc] |
95
+ | [`rubocop-ruby1_8`][⛳️18-gh] | [![Gem Version][⛳️18-vi]][⛳️18-g] | [![Total DL][🖇️18-dti]][⛳️18-g] [![DL Rank][🏘️18-rti]][⛳️18-g] | [![Current][🚎18-cwfi]][🚎18-cwf] [![Heads][🖐18-hwfi]][🖐18-hwf] | [![Open Issues][📗18-ioi]][📗18-io] [![Closed Issues][🚀18-ici]][🚀18-ic] [![Open PRs][💄18-poi]][💄18-po] [![Closed PRs][👽18-pci]][👽18-pc] |
96
+ | [`rubocop-ruby1_9`][⛳️19-gh] | [![Gem Version][⛳️19-vi]][⛳️19-g] | [![Total DL][🖇️19-dti]][⛳️19-g] [![DL Rank][🏘️19-rti]][⛳️19-g] | [![Current][🚎19-cwfi]][🚎19-cwf] [![Heads][🖐19-hwfi]][🖐19-hwf] | [![Open Issues][📗19-ioi]][📗19-io] [![Closed Issues][🚀19-ici]][🚀19-ic] [![Open PRs][💄19-poi]][💄19-po] [![Closed PRs][👽19-pci]][👽19-pc] |
97
+ | [`rubocop-ruby2_0`][⛳️20-gh] | [![Gem Version][⛳️20-vi]][⛳️20-g] | [![Total DL][🖇️20-dti]][⛳️20-g] [![DL Rank][🏘️20-rti]][⛳️20-g] | [![Current][🚎20-cwfi]][🚎20-cwf] [![Heads][🖐20-hwfi]][🖐20-hwf] | [![Open Issues][📗20-ioi]][📗20-io] [![Closed Issues][🚀20-ici]][🚀20-ic] [![Open PRs][💄20-poi]][💄20-po] [![Closed PRs][👽20-pci]][👽20-pc] |
98
+ | [`rubocop-ruby2_1`][⛳️21-gh] | [![Gem Version][⛳️21-vi]][⛳️21-g] | [![Total DL][🖇️21-dti]][⛳️21-g] [![DL Rank][🏘️21-rti]][⛳️21-g] | [![Current][🚎21-cwfi]][🚎21-cwf] [![Heads][🖐21-hwfi]][🖐21-hwf] | [![Open Issues][📗21-ioi]][📗21-io] [![Closed Issues][🚀21-ici]][🚀21-ic] [![Open PRs][💄21-poi]][💄21-po] [![Closed PRs][👽21-pci]][👽21-pc] |
99
+ | [`rubocop-ruby2_2`][⛳️22-gh] | [![Gem Version][⛳️22-vi]][⛳️22-g] | [![Total DL][🖇️22-dti]][⛳️22-g] [![DL Rank][🏘️22-rti]][⛳️22-g] | [![Current][🚎22-cwfi]][🚎22-cwf] [![Heads][🖐22-hwfi]][🖐22-hwf] | [![Open Issues][📗22-ioi]][📗22-io] [![Closed Issues][🚀22-ici]][🚀22-ic] [![Open PRs][💄22-poi]][💄22-po] [![Closed PRs][👽22-pci]][👽22-pc] |
100
+ | [`rubocop-ruby2_3`][⛳️23-gh] | [![Gem Version][⛳️23-vi]][⛳️23-g] | [![Total DL][🖇️23-dti]][⛳️23-g] [![DL Rank][🏘️23-rti]][⛳️23-g] | [![Current][🚎23-cwfi]][🚎23-cwf] [![Heads][🖐23-hwfi]][🖐23-hwf] | [![Open Issues][📗23-ioi]][📗23-io] [![Closed Issues][🚀23-ici]][🚀23-ic] [![Open PRs][💄23-poi]][💄23-po] [![Closed PRs][👽23-pci]][👽23-pc] |
101
+ | [`rubocop-ruby2_4`][⛳️24-gh] | [![Gem Version][⛳️24-vi]][⛳️24-g] | [![Total DL][🖇️24-dti]][⛳️24-g] [![DL Rank][🏘️24-rti]][⛳️24-g] | [![Current][🚎24-cwfi]][🚎24-cwf] [![Heads][🖐24-hwfi]][🖐24-hwf] | [![Open Issues][📗24-ioi]][📗24-io] [![Closed Issues][🚀24-ici]][🚀24-ic] [![Open PRs][💄24-poi]][💄24-po] [![Closed PRs][👽24-pci]][👽24-pc] |
102
+ | [`rubocop-ruby2_5`][⛳️25-gh] | [![Gem Version][⛳️25-vi]][⛳️25-g] | [![Total DL][🖇️25-dti]][⛳️25-g] [![DL Rank][🏘️25-rti]][⛳️25-g] | [![Current][🚎25-cwfi]][🚎25-cwf] [![Heads][🖐25-hwfi]][🖐25-hwf] | [![Open Issues][📗25-ioi]][📗25-io] [![Closed Issues][🚀25-ici]][🚀25-ic] [![Open PRs][💄25-poi]][💄25-po] [![Closed PRs][👽25-pci]][👽25-pc] |
103
+ | [`rubocop-ruby2_6`][⛳️26-gh] | [![Gem Version][⛳️26-vi]][⛳️26-g] | [![Total DL][🖇️26-dti]][⛳️26-g] [![DL Rank][🏘️26-rti]][⛳️26-g] | [![Current][🚎26-cwfi]][🚎26-cwf] [![Heads][🖐26-hwfi]][🖐26-hwf] | [![Open Issues][📗26-ioi]][📗26-io] [![Closed Issues][🚀26-ici]][🚀26-ic] [![Open PRs][💄26-poi]][💄26-po] [![Closed PRs][👽26-pci]][👽26-pc] |
104
+ | [`rubocop-ruby2_7`][⛳️27-gh] | [![Gem Version][⛳️27-vi]][⛳️27-g] | [![Total DL][🖇️27-dti]][⛳️27-g] [![DL Rank][🏘️27-rti]][⛳️27-g] | [![Current][🚎27-cwfi]][🚎27-cwf] [![Heads][🖐27-hwfi]][🖐27-hwf] | [![Open Issues][📗27-ioi]][📗27-io] [![Closed Issues][🚀27-ici]][🚀27-ic] [![Open PRs][💄27-poi]][💄27-po] [![Closed PRs][👽27-pci]][👽27-pc] |
105
+ | [`rubocop-ruby3_0`][⛳️30-gh] | [![Gem Version][⛳️30-vi]][⛳️30-g] | [![Total DL][🖇️30-dti]][⛳️30-g] [![DL Rank][🏘️30-rti]][⛳️30-g] | [![Current][🚎30-cwfi]][🚎30-cwf] [![Heads][🖐30-hwfi]][🖐30-hwf] | [![Open Issues][📗30-ioi]][📗30-io] [![Closed Issues][🚀30-ici]][🚀30-ic] [![Open PRs][💄30-poi]][💄30-po] [![Closed PRs][👽30-pci]][👽30-pc] |
106
+ | [`rubocop-ruby3_1`][⛳️31-gh] | [![Gem Version][⛳️31-vi]][⛳️31-g] | [![Total DL][🖇️31-dti]][⛳️31-g] [![DL Rank][🏘️31-rti]][⛳️31-g] | [![Current][🚎31-cwfi]][🚎31-cwf] [![Heads][🖐31-hwfi]][🖐31-hwf] | [![Open Issues][📗31-ioi]][📗31-io] [![Closed Issues][🚀31-ici]][🚀31-ic] [![Open PRs][💄31-poi]][💄31-po] [![Closed PRs][👽31-pci]][👽31-pc] |
107
+ | [`rubocop-ruby3_2`][⛳️32-gh] | [![Gem Version][⛳️32-vi]][⛳️32-g] | [![Total DL][🖇️32-dti]][⛳️32-g] [![DL Rank][🏘️32-rti]][⛳️32-g] | [![Current][🚎32-cwfi]][🚎32-cwf] [![Heads][🖐32-hwfi]][🖐32-hwf] | [![Open Issues][📗32-ioi]][📗32-io] [![Closed Issues][🚀32-ici]][🚀32-ic] [![Open PRs][💄32-poi]][💄32-po] [![Closed PRs][👽32-pci]][👽32-pc] |
80
108
 
81
109
  ## Installation ✨
82
110
 
83
- Without bundler execute:
111
+ Install the gem and add to the application's Gemfile by executing:
112
+
113
+ $ bundle add rubocop-lts -r false
114
+
115
+ NOTE: If you are using **Rails** remove the `-r false`,
116
+ so the Railtie will load and rake tasks will be loaded automatically.
117
+
118
+ If bundler is not being used to manage dependencies, install the gem by executing:
84
119
 
85
- $ gem install
120
+ $ gem install rubocop-lts
86
121
 
87
- Add this line to your application's Gemfile:
122
+ Or add this line to your application's Gemfile:
88
123
 
89
124
  <!-- FIND VERSION -->
90
125
  ```ruby
91
- gem "rubocop-lts", "~> 20.1", require: false
126
+ gem "rubocop-lts", "~> 20.2", require: false
92
127
  ```
93
128
 
94
129
  And then execute:
@@ -124,8 +159,6 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
124
159
  [🚎lts-cwfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/current.yml/badge.svg
125
160
  [🖐lts-hwf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/heads.yml
126
161
  [🖐lts-hwfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/heads.yml/badge.svg
127
- [🧮lts-lwf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/legacy.yml
128
- [🧮lts-lwfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/legacy.yml/badge.svg
129
162
  [📗lts-io]: https://github.com/rubocop-lts/rubocop-lts/issues
130
163
  [📗lts-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-lts
131
164
  [🚀lts-ic]: https://github.com/rubocop-lts/rubocop-lts/issues?q=is%3Aissue+is%3Aclosed
@@ -136,6 +169,23 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
136
169
  [👽lts-pci]: https://img.shields.io/github/issues-pr-closed/rubocop-lts/rubocop-lts
137
170
  [⛳️lts-g]: https://rubygems.org/gems/rubocop-lts
138
171
  [⛳️lts-gh]: https://github.com/rubocop-lts/rubocop-lts
172
+ [⛳️18-vi]: http://img.shields.io/gem/v/rubocop-ruby1_8.svg
173
+ [🖇️18-dti]: https://img.shields.io/gem/dt/rubocop-ruby1_8.svg
174
+ [🏘️18-rti]: https://img.shields.io/gem/rt/rubocop-ruby1_8.svg
175
+ [🚎18-cwf]: https://github.com/rubocop-lts/rubocop-ruby1_8/actions/workflows/current.yml
176
+ [🚎18-cwfi]: https://github.com/rubocop-lts/rubocop-ruby1_8/actions/workflows/current.yml/badge.svg
177
+ [🖐18-hwf]: https://github.com/rubocop-lts/rubocop-ruby1_8/actions/workflows/heads.yml
178
+ [🖐18-hwfi]: https://github.com/rubocop-lts/rubocop-ruby1_8/actions/workflows/heads.yml/badge.svg
179
+ [📗18-io]: https://github.com/rubocop-lts/rubocop-ruby1_8/issues
180
+ [📗18-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-ruby1_8
181
+ [🚀18-ic]: https://github.com/rubocop-lts/rubocop-ruby1_8/issues?q=is%3Aissue+is%3Aclosed
182
+ [🚀18-ici]: https://img.shields.io/github/issues-closed-raw/rubocop-lts/rubocop-ruby1_8
183
+ [💄18-po]: https://github.com/rubocop-lts/rubocop-ruby1_8/pulls
184
+ [💄18-poi]: https://img.shields.io/github/issues-pr/rubocop-lts/rubocop-ruby1_8
185
+ [👽18-pc]: https://github.com/rubocop-lts/rubocop-ruby1_8/pulls?q=is%3Apr+is%3Aclosed
186
+ [👽18-pci]: https://img.shields.io/github/issues-pr-closed/rubocop-lts/rubocop-ruby1_8
187
+ [⛳️18-g]: https://rubygems.org/gems/rubocop-ruby1_8
188
+ [⛳️18-gh]: https://github.com/rubocop-lts/rubocop-ruby1_8
139
189
  [⛳️19-vi]: http://img.shields.io/gem/v/rubocop-ruby1_9.svg
140
190
  [🖇️19-dti]: https://img.shields.io/gem/dt/rubocop-ruby1_9.svg
141
191
  [🏘️19-rti]: https://img.shields.io/gem/rt/rubocop-ruby1_9.svg
@@ -143,8 +193,6 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
143
193
  [🚎19-cwfi]: https://github.com/rubocop-lts/rubocop-ruby1_9/actions/workflows/current.yml/badge.svg
144
194
  [🖐19-hwf]: https://github.com/rubocop-lts/rubocop-ruby1_9/actions/workflows/heads.yml
145
195
  [🖐19-hwfi]: https://github.com/rubocop-lts/rubocop-ruby1_9/actions/workflows/heads.yml/badge.svg
146
- [🧮19-lwf]: https://github.com/rubocop-lts/rubocop-ruby1_9/actions/workflows/legacy.yml
147
- [🧮19-lwfi]: https://github.com/rubocop-lts/rubocop-ruby1_9/actions/workflows/legacy.yml/badge.svg
148
196
  [📗19-io]: https://github.com/rubocop-lts/rubocop-ruby1_9/issues
149
197
  [📗19-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-ruby1_9
150
198
  [🚀19-ic]: https://github.com/rubocop-lts/rubocop-ruby1_9/issues?q=is%3Aissue+is%3Aclosed
@@ -162,8 +210,6 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
162
210
  [🚎20-cwfi]: https://github.com/rubocop-lts/rubocop-ruby2_0/actions/workflows/current.yml/badge.svg
163
211
  [🖐20-hwf]: https://github.com/rubocop-lts/rubocop-ruby2_0/actions/workflows/heads.yml
164
212
  [🖐20-hwfi]: https://github.com/rubocop-lts/rubocop-ruby2_0/actions/workflows/heads.yml/badge.svg
165
- [🧮20-lwf]: https://github.com/rubocop-lts/rubocop-ruby2_0/actions/workflows/legacy.yml
166
- [🧮20-lwfi]: https://github.com/rubocop-lts/rubocop-ruby2_0/actions/workflows/legacy.yml/badge.svg
167
213
  [📗20-io]: https://github.com/rubocop-lts/rubocop-ruby2_0/issues
168
214
  [📗20-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-ruby2_0
169
215
  [🚀20-ic]: https://github.com/rubocop-lts/rubocop-ruby2_0/issues?q=is%3Aissue+is%3Aclosed
@@ -181,8 +227,6 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
181
227
  [🚎21-cwfi]: https://github.com/rubocop-lts/rubocop-ruby2_1/actions/workflows/current.yml/badge.svg
182
228
  [🖐21-hwf]: https://github.com/rubocop-lts/rubocop-ruby2_1/actions/workflows/heads.yml
183
229
  [🖐21-hwfi]: https://github.com/rubocop-lts/rubocop-ruby2_1/actions/workflows/heads.yml/badge.svg
184
- [🧮21-lwf]: https://github.com/rubocop-lts/rubocop-ruby2_1/actions/workflows/legacy.yml
185
- [🧮21-lwfi]: https://github.com/rubocop-lts/rubocop-ruby2_1/actions/workflows/legacy.yml/badge.svg
186
230
  [📗21-io]: https://github.com/rubocop-lts/rubocop-ruby2_1/issues
187
231
  [📗21-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-ruby2_1
188
232
  [🚀21-ic]: https://github.com/rubocop-lts/rubocop-ruby2_1/issues?q=is%3Aissue+is%3Aclosed
@@ -200,8 +244,6 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
200
244
  [🚎22-cwfi]: https://github.com/rubocop-lts/rubocop-ruby2_2/actions/workflows/current.yml/badge.svg
201
245
  [🖐22-hwf]: https://github.com/rubocop-lts/rubocop-ruby2_2/actions/workflows/heads.yml
202
246
  [🖐22-hwfi]: https://github.com/rubocop-lts/rubocop-ruby2_2/actions/workflows/heads.yml/badge.svg
203
- [🧮22-lwf]: https://github.com/rubocop-lts/rubocop-ruby2_2/actions/workflows/legacy.yml
204
- [🧮22-lwfi]: https://github.com/rubocop-lts/rubocop-ruby2_2/actions/workflows/legacy.yml/badge.svg
205
247
  [📗22-io]: https://github.com/rubocop-lts/rubocop-ruby2_2/issues
206
248
  [📗22-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-ruby2_2
207
249
  [🚀22-ic]: https://github.com/rubocop-lts/rubocop-ruby2_2/issues?q=is%3Aissue+is%3Aclosed
@@ -219,8 +261,6 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
219
261
  [🚎23-cwfi]: https://github.com/rubocop-lts/rubocop-ruby2_3/actions/workflows/current.yml/badge.svg
220
262
  [🖐23-hwf]: https://github.com/rubocop-lts/rubocop-ruby2_3/actions/workflows/heads.yml
221
263
  [🖐23-hwfi]: https://github.com/rubocop-lts/rubocop-ruby2_3/actions/workflows/heads.yml/badge.svg
222
- [🧮23-lwf]: https://github.com/rubocop-lts/rubocop-ruby2_3/actions/workflows/legacy.yml
223
- [🧮23-lwfi]: https://github.com/rubocop-lts/rubocop-ruby2_3/actions/workflows/legacy.yml/badge.svg
224
264
  [📗23-io]: https://github.com/rubocop-lts/rubocop-ruby2_3/issues
225
265
  [📗23-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-ruby2_3
226
266
  [🚀23-ic]: https://github.com/rubocop-lts/rubocop-ruby2_3/issues?q=is%3Aissue+is%3Aclosed
@@ -238,8 +278,6 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
238
278
  [🚎24-cwfi]: https://github.com/rubocop-lts/rubocop-ruby2_4/actions/workflows/current.yml/badge.svg
239
279
  [🖐24-hwf]: https://github.com/rubocop-lts/rubocop-ruby2_4/actions/workflows/heads.yml
240
280
  [🖐24-hwfi]: https://github.com/rubocop-lts/rubocop-ruby2_4/actions/workflows/heads.yml/badge.svg
241
- [🧮24-lwf]: https://github.com/rubocop-lts/rubocop-ruby2_4/actions/workflows/legacy.yml
242
- [🧮24-lwfi]: https://github.com/rubocop-lts/rubocop-ruby2_4/actions/workflows/legacy.yml/badge.svg
243
281
  [📗24-io]: https://github.com/rubocop-lts/rubocop-ruby2_4/issues
244
282
  [📗24-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-ruby2_4
245
283
  [🚀24-ic]: https://github.com/rubocop-lts/rubocop-ruby2_4/issues?q=is%3Aissue+is%3Aclosed
@@ -257,8 +295,6 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
257
295
  [🚎25-cwfi]: https://github.com/rubocop-lts/rubocop-ruby2_5/actions/workflows/current.yml/badge.svg
258
296
  [🖐25-hwf]: https://github.com/rubocop-lts/rubocop-ruby2_5/actions/workflows/heads.yml
259
297
  [🖐25-hwfi]: https://github.com/rubocop-lts/rubocop-ruby2_5/actions/workflows/heads.yml/badge.svg
260
- [🧮25-lwf]: https://github.com/rubocop-lts/rubocop-ruby2_5/actions/workflows/legacy.yml
261
- [🧮25-lwfi]: https://github.com/rubocop-lts/rubocop-ruby2_5/actions/workflows/legacy.yml/badge.svg
262
298
  [📗25-io]: https://github.com/rubocop-lts/rubocop-ruby2_5/issues
263
299
  [📗25-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-ruby2_5
264
300
  [🚀25-ic]: https://github.com/rubocop-lts/rubocop-ruby2_5/issues?q=is%3Aissue+is%3Aclosed
@@ -276,8 +312,6 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
276
312
  [🚎26-cwfi]: https://github.com/rubocop-lts/rubocop-ruby2_6/actions/workflows/current.yml/badge.svg
277
313
  [🖐26-hwf]: https://github.com/rubocop-lts/rubocop-ruby2_6/actions/workflows/heads.yml
278
314
  [🖐26-hwfi]: https://github.com/rubocop-lts/rubocop-ruby2_6/actions/workflows/heads.yml/badge.svg
279
- [🧮26-lwf]: https://github.com/rubocop-lts/rubocop-ruby2_6/actions/workflows/legacy.yml
280
- [🧮26-lwfi]: https://github.com/rubocop-lts/rubocop-ruby2_6/actions/workflows/legacy.yml/badge.svg
281
315
  [📗26-io]: https://github.com/rubocop-lts/rubocop-ruby2_6/issues
282
316
  [📗26-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-ruby2_6
283
317
  [🚀26-ic]: https://github.com/rubocop-lts/rubocop-ruby2_6/issues?q=is%3Aissue+is%3Aclosed
@@ -295,8 +329,6 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
295
329
  [🚎27-cwfi]: https://github.com/rubocop-lts/rubocop-ruby2_7/actions/workflows/current.yml/badge.svg
296
330
  [🖐27-hwf]: https://github.com/rubocop-lts/rubocop-ruby2_7/actions/workflows/heads.yml
297
331
  [🖐27-hwfi]: https://github.com/rubocop-lts/rubocop-ruby2_7/actions/workflows/heads.yml/badge.svg
298
- [🧮27-lwf]: https://github.com/rubocop-lts/rubocop-ruby2_7/actions/workflows/legacy.yml
299
- [🧮27-lwfi]: https://github.com/rubocop-lts/rubocop-ruby2_7/actions/workflows/legacy.yml/badge.svg
300
332
  [📗27-io]: https://github.com/rubocop-lts/rubocop-ruby2_7/issues
301
333
  [📗27-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-ruby2_7
302
334
  [🚀27-ic]: https://github.com/rubocop-lts/rubocop-ruby2_7/issues?q=is%3Aissue+is%3Aclosed
@@ -314,8 +346,6 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
314
346
  [🚎30-cwfi]: https://github.com/rubocop-lts/rubocop-ruby3_0/actions/workflows/current.yml/badge.svg
315
347
  [🖐30-hwf]: https://github.com/rubocop-lts/rubocop-ruby3_0/actions/workflows/heads.yml
316
348
  [🖐30-hwfi]: https://github.com/rubocop-lts/rubocop-ruby3_0/actions/workflows/heads.yml/badge.svg
317
- [🧮30-lwf]: https://github.com/rubocop-lts/rubocop-ruby3_0/actions/workflows/legacy.yml
318
- [🧮30-lwfi]: https://github.com/rubocop-lts/rubocop-ruby3_0/actions/workflows/legacy.yml/badge.svg
319
349
  [📗30-io]: https://github.com/rubocop-lts/rubocop-ruby3_0/issues
320
350
  [📗30-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-ruby3_0
321
351
  [🚀30-ic]: https://github.com/rubocop-lts/rubocop-ruby3_0/issues?q=is%3Aissue+is%3Aclosed
@@ -333,8 +363,6 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
333
363
  [🚎31-cwfi]: https://github.com/rubocop-lts/rubocop-ruby3_1/actions/workflows/current.yml/badge.svg
334
364
  [🖐31-hwf]: https://github.com/rubocop-lts/rubocop-ruby3_1/actions/workflows/heads.yml
335
365
  [🖐31-hwfi]: https://github.com/rubocop-lts/rubocop-ruby3_1/actions/workflows/heads.yml/badge.svg
336
- [🧮31-lwf]: https://github.com/rubocop-lts/rubocop-ruby3_1/actions/workflows/legacy.yml
337
- [🧮31-lwfi]: https://github.com/rubocop-lts/rubocop-ruby3_1/actions/workflows/legacy.yml/badge.svg
338
366
  [📗31-io]: https://github.com/rubocop-lts/rubocop-ruby3_1/issues
339
367
  [📗31-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-ruby3_1
340
368
  [🚀31-ic]: https://github.com/rubocop-lts/rubocop-ruby3_1/issues?q=is%3Aissue+is%3Aclosed
@@ -352,8 +380,6 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
352
380
  [🚎32-cwfi]: https://github.com/rubocop-lts/rubocop-ruby3_2/actions/workflows/current.yml/badge.svg
353
381
  [🖐32-hwf]: https://github.com/rubocop-lts/rubocop-ruby3_2/actions/workflows/heads.yml
354
382
  [🖐32-hwfi]: https://github.com/rubocop-lts/rubocop-ruby3_2/actions/workflows/heads.yml/badge.svg
355
- [🧮32-lwf]: https://github.com/rubocop-lts/rubocop-ruby3_2/actions/workflows/legacy.yml
356
- [🧮32-lwfi]: https://github.com/rubocop-lts/rubocop-ruby3_2/actions/workflows/legacy.yml/badge.svg
357
383
  [📗32-io]: https://github.com/rubocop-lts/rubocop-ruby3_2/issues
358
384
  [📗32-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-ruby3_2
359
385
  [🚀32-ic]: https://github.com/rubocop-lts/rubocop-ruby3_2/issues?q=is%3Aissue+is%3Aclosed
data/SECURITY.md CHANGED
@@ -2,30 +2,37 @@
2
2
 
3
3
  ## Supported Versions
4
4
 
5
+ Major even versions are supported.
6
+
7
+ Major odd versions are not supported, and no further odd major releases are planned.
8
+
5
9
  | Version | Supported |
6
10
  |-----------|-----------|
7
- | 1.latest | ✅ |
11
+ | 0.latest | ✅ |
12
+ | 1.latest | ❌ |
8
13
  | 2.latest | ✅ |
9
- | 3.latest | |
14
+ | 3.latest | |
10
15
  | 4.latest | ✅ |
11
- | 5.latest | |
16
+ | 5.latest | |
12
17
  | 6.latest | ✅ |
13
- | 7.latest | |
18
+ | 7.latest | |
14
19
  | 8.latest | ✅ |
15
- | 9.latest | |
20
+ | 9.latest | |
16
21
  | 10.latest | ✅ |
17
- | 11.latest | |
22
+ | 11.latest | |
18
23
  | 12.latest | ✅ |
19
- | 13.latest | |
24
+ | 13.latest | |
20
25
  | 14.latest | ✅ |
21
- | 15.latest | |
26
+ | 15.latest | |
22
27
  | 16.latest | ✅ |
23
- | 17.latest | |
28
+ | 17.latest | |
24
29
  | 18.latest | ✅ |
25
- | 19.latest | |
30
+ | 19.latest | |
26
31
  | 20.latest | ✅ |
27
- | 21.latest | |
32
+ | 21.latest | |
28
33
  | 22.latest | ✅ |
34
+ | 23.latest | ❌ |
35
+ | 24.latest | ✅ |
29
36
 
30
37
  ## Reporting a Vulnerability
31
38
 
data/config/rails.yml ADDED
@@ -0,0 +1,2 @@
1
+ inherit_gem:
2
+ rubocop-ruby3_0: rubocop-lts/rails.yml
@@ -0,0 +1,2 @@
1
+ inherit_gem:
2
+ rubocop-ruby3_0: rubocop-lts/rails_rspec.yml
data/config/rspec.yml ADDED
@@ -0,0 +1,2 @@
1
+ inherit_gem:
2
+ rubocop-ruby3_0: rubocop-lts/rspec.yml
data/config/ruby.yml ADDED
@@ -0,0 +1,2 @@
1
+ inherit_gem:
2
+ rubocop-ruby3_0: rubocop-lts/ruby.yml
@@ -0,0 +1,2 @@
1
+ inherit_gem:
2
+ rubocop-ruby3_0: rubocop-lts/ruby_rspec.yml
@@ -0,0 +1,2 @@
1
+ inherit_gem:
2
+ rubocop-ruby3_0: rubocop-lts/rubygem.yml
@@ -0,0 +1,2 @@
1
+ inherit_gem:
2
+ rubocop-ruby3_0: rubocop-lts/rubygem_rspec.yml
@@ -2,6 +2,8 @@
2
2
 
3
3
  module Rubocop
4
4
  module Lts
5
- VERSION = "20.1.0"
5
+ module Version
6
+ VERSION = "20.2.0"
7
+ end
6
8
  end
7
9
  end
data/lib/rubocop/lts.rb CHANGED
@@ -1,5 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ # external libs
4
+ require "version_gem"
5
+
3
6
  require_relative "lts/version"
4
7
 
5
8
  module Rubocop
@@ -8,3 +11,7 @@ module Rubocop
8
11
  # Your code goes here...
9
12
  end
10
13
  end
14
+
15
+ Rubocop::Lts::Version.class_eval do
16
+ extend VersionGem::Basic
17
+ end
data/rubocop-lts.yml CHANGED
@@ -1,2 +1,15 @@
1
- inherit_gem:
2
- rubocop-ruby3_0: rubocop.yml
1
+ # Change the file you inherit if you:
2
+ # * use Rails,
3
+ # * are creating a RubyGem, or
4
+ # * don't use RSpec
5
+ # As follows:
6
+ # inherit_gem:
7
+ # # Pick one:
8
+ # # rubocop-lts: config/rails_rspec.yml # or config/rails.yml w/o rspec
9
+ # # rubocop-lts: config/ruby_rspec.yml # or config/ruby.yml w/o rspec
10
+ # # rubocop-lts: config/rubygem_rspec.yml # or config/rubygem.yml w/o rspec
11
+ # # Convention over configuration, hence loading this file just only Ruby and RSpec defaults:
12
+ # rubocop-lts: rubocop-lts.yml # for the ruby + rspec
13
+
14
+ inherit_from:
15
+ - config/ruby_rspec.yml
data/sig/rubocop/lts.rbs CHANGED
@@ -1,6 +1,8 @@
1
1
  module Rubocop
2
2
  module Lts
3
- VERSION: String
4
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
3
+ module Version
4
+ VERSION: String
5
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
6
+ end
5
7
  end
6
8
  end
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: 20.1.0
4
+ version: 20.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -36,23 +36,77 @@ cert_chain:
36
36
  gwGrEXGQGDZ0NIgBcmvMOqlXjkGQwQvugKycJ024z89+fz2332vdZIKTrSxJrXGk
37
37
  4/bR9A==
38
38
  -----END CERTIFICATE-----
39
- date: 2023-03-17 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
42
  name: rubocop-ruby3_0
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: 2.0.4
48
+ - - "<"
49
+ - !ruby/object:Gem::Version
50
+ version: '3'
51
+ type: :runtime
52
+ prerelease: false
53
+ version_requirements: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
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: version_gem
63
+ requirement: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
46
66
  - !ruby/object:Gem::Version
47
67
  version: 1.1.2
68
+ - - "<"
69
+ - !ruby/object:Gem::Version
70
+ version: '3'
48
71
  type: :runtime
49
72
  prerelease: false
50
73
  version_requirements: !ruby/object:Gem::Requirement
51
74
  requirements:
52
- - - "~>"
75
+ - - ">="
53
76
  - !ruby/object:Gem::Version
54
77
  version: 1.1.2
55
- description: Rubocop LTS - Chaos Reduction In a Bottle
78
+ - - "<"
79
+ - !ruby/object:Gem::Version
80
+ version: '3'
81
+ - !ruby/object:Gem::Dependency
82
+ name: rubocop-packaging
83
+ requirement: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - "~>"
86
+ - !ruby/object:Gem::Version
87
+ version: '0.5'
88
+ type: :development
89
+ prerelease: false
90
+ version_requirements: !ruby/object:Gem::Requirement
91
+ requirements:
92
+ - - "~>"
93
+ - !ruby/object:Gem::Version
94
+ version: '0.5'
95
+ - !ruby/object:Gem::Dependency
96
+ name: rubocop-rspec
97
+ requirement: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - "~>"
100
+ - !ruby/object:Gem::Version
101
+ version: '2.22'
102
+ type: :development
103
+ prerelease: false
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ requirements:
106
+ - - "~>"
107
+ - !ruby/object:Gem::Version
108
+ version: '2.22'
109
+ description: Configure RuboCop + a bevy of friends to gradually lint Ruby code
56
110
  email:
57
111
  - peter.boling@gmail.com
58
112
  executables: []
@@ -65,21 +119,28 @@ files:
65
119
  - LICENSE.txt
66
120
  - README.md
67
121
  - SECURITY.md
122
+ - config/rails.yml
123
+ - config/rails_rspec.yml
124
+ - config/rspec.yml
125
+ - config/ruby.yml
126
+ - config/ruby_rspec.yml
127
+ - config/rubygem.yml
128
+ - config/rubygem_rspec.yml
68
129
  - lib/rubocop/lts.rb
69
130
  - lib/rubocop/lts/version.rb
70
131
  - rubocop-lts.yml
71
132
  - sig/rubocop/lts.rbs
72
- homepage: https://github.com/rubocop-lts/rubocop-lts
133
+ homepage: https://gitlab.com/rubocop-lts/rubocop-lts
73
134
  licenses:
74
135
  - MIT
75
136
  metadata:
76
- homepage_uri: https://github.com/rubocop-lts/rubocop-lts
77
- source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v20.1.0
78
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v20.1.0/CHANGELOG.md
79
- bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
80
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/20.1.0
137
+ homepage_uri: https://gitlab.com/rubocop-lts/rubocop-lts
138
+ source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v20.2.0
139
+ changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v20.2.0/CHANGELOG.md
140
+ bug_tracker_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/issues
141
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/20.2.0
142
+ wiki_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/wiki
81
143
  funding_uri: https://liberapay.com/pboling
82
- wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
83
144
  rubygems_mfa_required: 'true'
84
145
  post_install_message:
85
146
  rdoc_options: []
@@ -89,18 +150,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
89
150
  requirements:
90
151
  - - ">="
91
152
  - !ruby/object:Gem::Version
92
- version: 3.0.0
93
- - - "<"
94
- - !ruby/object:Gem::Version
95
- version: '4.0'
153
+ version: '2.7'
96
154
  required_rubygems_version: !ruby/object:Gem::Requirement
97
155
  requirements:
98
156
  - - ">="
99
157
  - !ruby/object:Gem::Version
100
158
  version: '0'
101
159
  requirements: []
102
- rubygems_version: 3.4.8
160
+ rubygems_version: 3.4.13
103
161
  signing_key:
104
162
  specification_version: 4
105
- summary: Rubocop LTS - Semantically Versioned
163
+ summary: 'Rules for Rubies: Rubocop + Standard + Betterlint + Shopify + Gradual'
106
164
  test_files: []
metadata.gz.sig CHANGED
Binary file