rubocop-lts 4.2.0 → 4.3.1

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.
data/README.md CHANGED
@@ -1,24 +1,65 @@
1
- <p align="center">
2
- <a href="https://rubocop.org#gh-light-mode-only" target="_blank" rel="noopener">
3
- <img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/rubocop-light.svg?raw=true" alt="SVG RuboCop Logo, Copyright (c) 2014 Dimiter Petrov, CC BY-NC 4.0, see docs/images/logo/README.txt">
4
- </a>
5
- <a href="https://rubocop.org#gh-dark-mode-only" target="_blank" rel="noopener">
6
- <img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/rubocop-dark.svg?raw=true" alt="SVG RuboCop Logo, Copyright (c) 2014 Dimiter Petrov, CC BY-NC 4.0, see docs/images/logo/README.txt">
7
- </a>
8
- <a href="https://www.ruby-lang.org/" target="_blank" rel="noopener">
9
- <img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/ruby-logo.svg?raw=true" alt="Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5, see docs/images/logo/README.txt">
10
- </a>
11
- <a href="https://semver.org/#gh-light-mode-only" target="_blank" rel="noopener">
12
- <img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/semver-light.svg?raw=true" alt="SemVer.org Logo by @maxhaz, see docs/images/logo/README.txt">
13
- </a>
14
- <a href="https://semver.org/#gh-dark-mode-only" target="_blank" rel="noopener">
15
- <img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/semver-dark.svg?raw=true" alt="SemVer.org Logo by @maxhaz, see docs/images/logo/README.txt">
16
- </a>
17
- </p>
18
-
19
- # 🦾 RuboCop LTS
20
-
21
- ## PROJECT DOCUMENTATION
1
+ <a href="https://github.com/rubocop-lts"><img alt="rubocop-lts Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/rubocop-lts/avatar-128px.svg" width="14%" align="right"/></a>
2
+
3
+ # 🦾 Rubocop::Lts
4
+
5
+ [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
6
+
7
+ `if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the [discord notification][✉️discord-invite].
8
+
9
+ ---
10
+
11
+ `if ci_badges.map(&:color).all? { it == "green"}` 👇️ send money so I can do more of this. FLOSS maintenance is now my full-time job.
12
+
13
+ [![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
14
+
15
+ <details markdown="1">
16
+ <summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
17
+
18
+ I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
19
+
20
+ </details>
21
+
22
+ ## 🌻 Synopsis <a href="https://discord.gg/3qme4XHNKN"><img alt="Galtzo FLOSS Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px.svg" width="8%" align="right"/></a> <a href="https://ruby-toolbox.com"><img alt="ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5" src="https://logos.galtzo.com/assets/images/ruby-lang/avatar-128px.svg" width="8%" align="right"/></a>
23
+
24
+ The complete documentation site is at [https://rubocop-lts.gitlab.io/][rlts]
25
+
26
+ ---
27
+
28
+ Although the situation has improved somewhat,
29
+ it remains [_unsafe_ to upgrade RuboCop, or Standard][Why-Build-This],
30
+ in a project that supports EOL Rubies.
31
+
32
+ I hope it helps others avoid some of the challenges I've had with library maintenance,
33
+ and supporting decade-old mission-critical applications.
34
+
35
+ Avoid bike-shedding, use `rubocop-lts` in every project, and
36
+ let it manage your linting complexity!
37
+
38
+ If the `rubocop-lts` stack of libraries has helped you, or your organization,
39
+ please support my efforts by making a donation, or becoming a sponsor.
40
+
41
+ [Why-Build-This]: https://rubocop-lts.gitlab.io/about/#why-build-this-
42
+
43
+ <div id="badges">
44
+
45
+ [![Liberapay Patrons][⛳liberapay-img]][⛳liberapay]
46
+ [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor]
47
+
48
+ <span class="badge-buymeacoffee">
49
+ <a href="https://ko-fi.com/O5O86SNP4" target='_blank' title="Donate to my FLOSS or refugee efforts at ko-fi.com"><img src="https://img.shields.io/badge/buy%20me%20coffee-donate-yellow.svg" alt="Buy me coffee donation button" /></a>
50
+ </span>
51
+ <span class="badge-patreon">
52
+ <a href="https://patreon.com/galtzo" title="Donate to my FLOSS or refugee efforts using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a>
53
+ </span>
54
+
55
+ </div>
56
+
57
+ [⛳liberapay-img]: https://img.shields.io/liberapay/patrons/pboling.svg?logo=liberapay
58
+ [⛳liberapay]: https://liberapay.com/pboling/donate
59
+ [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
60
+ [🖇sponsor]: https://github.com/sponsors/pboling
61
+
62
+ ### Quick Links
22
63
 
23
64
  * 🌱 [Convention > Configuration][Convention-Over-Configuration]
24
65
  * 🌱 [Releases][Even-Major-Release]
@@ -45,17 +86,30 @@
45
86
  [Copyright]: https://rubocop-lts.gitlab.io/#copyright-
46
87
  [Code of Conduct]: https://rubocop-lts.gitlab.io/#code-of-conduct-
47
88
  [Versioning]: https://rubocop-lts.gitlab.io/#versioning-
89
+ [rlts]: https://rubocop-lts.gitlab.io/
90
+
91
+ ### This README
48
92
 
49
- ## This README
93
+ This README has two jobs:
94
+
95
+ 1. Describe the branch you are reading right now.
96
+ 2. Index the `rubocop-lts` branch stack so you can jump to the release line
97
+ matching the oldest Ruby you still support.
50
98
 
51
99
  * 🌳 [This Branch](#this-branch-)
52
- * ‍💻 [Project Health](#project-health-)
100
+ * 🧭 [Branch Stack](#branch-stack-)
101
+ * 👩‍💻 [Project Health](#project-health-)
53
102
  * ✨ [Installation](#installation-)
103
+ * 🔧 [Usage](#basic-usage-)
54
104
 
55
- ## This Branch 🌳
105
+ ### This Branch 🌳
56
106
 
57
107
  <!-- FIND VERSION -->
58
- **This README is for the even release of `rubocop-lts` supporting Ruby >= 2.0.**
108
+ **This README is for the `rubocop-lts` 0.x line enforcing Ruby 1.8 style.**
109
+
110
+ Use this branch when you want RuboCop to enforce syntax and style compatible
111
+ with Ruby 1.8. For a different linting target, choose the matching
112
+ branch and major version line from the table below.
59
113
 
60
114
  This gem configures many gems for you:
61
115
 
@@ -63,7 +117,6 @@ This gem configures many gems for you:
63
117
  - rubocop-gradual
64
118
  - rubocop-md
65
119
  - rubocop-rake
66
- - rubocop-shopify
67
120
  - rubocop-thread_safety
68
121
  - standard
69
122
  - standard-performance (incl. rubocop-performance)
@@ -83,7 +136,34 @@ And optionally, if you are building a Rails app:
83
136
  - standard-rails (incl. rubocop-rails)
84
137
  - betterlint
85
138
 
86
- ## Project Health 👩‍💻
139
+ ### Branch Stack 🧭
140
+
141
+ Each even-numbered `rubocop-lts` major version is maintained on a branch named
142
+ for the Ruby syntax and style it teaches RuboCop to enforce. This is a linting
143
+ target, not a promise that the gem's own runtime dependencies execute on that
144
+ Ruby.
145
+
146
+ | Ruby Style Enforced | `rubocop-lts` line | Branch |
147
+ |---------------------|--------------------|--------|
148
+ | Ruby 1.8 | 0.x | [`r1_8-even-v0`](https://github.com/rubocop-lts/rubocop-lts/tree/r1_8-even-v0) |
149
+ | Ruby 1.9 | 2.x | [`r1_9-even-v2`](https://github.com/rubocop-lts/rubocop-lts/tree/r1_9-even-v2) |
150
+ | Ruby 2.0 | 4.x | [`r2_0-even-v4`](https://github.com/rubocop-lts/rubocop-lts/tree/r2_0-even-v4) |
151
+ | Ruby 2.1 | 6.x | [`r2_1-even-v6`](https://github.com/rubocop-lts/rubocop-lts/tree/r2_1-even-v6) |
152
+ | Ruby 2.2 | 8.x | [`r2_2-even-v8`](https://github.com/rubocop-lts/rubocop-lts/tree/r2_2-even-v8) |
153
+ | Ruby 2.3 | 10.x | [`r2_3-even-v10`](https://github.com/rubocop-lts/rubocop-lts/tree/r2_3-even-v10) |
154
+ | Ruby 2.4 | 12.x | [`r2_4-even-v12`](https://github.com/rubocop-lts/rubocop-lts/tree/r2_4-even-v12) |
155
+ | Ruby 2.5 | 14.x | [`r2_5-even-v14`](https://github.com/rubocop-lts/rubocop-lts/tree/r2_5-even-v14) |
156
+ | Ruby 2.6 | 16.x | [`r2_6-even-v16`](https://github.com/rubocop-lts/rubocop-lts/tree/r2_6-even-v16) |
157
+ | Ruby 2.7 | 18.x | [`r2_7-even-v18`](https://github.com/rubocop-lts/rubocop-lts/tree/r2_7-even-v18) |
158
+ | Ruby 3.0 | 20.x | [`r3_0-even-v20`](https://github.com/rubocop-lts/rubocop-lts/tree/r3_0-even-v20) |
159
+ | Ruby 3.1 | 22.x | [`r3_1-even-v22`](https://github.com/rubocop-lts/rubocop-lts/tree/r3_1-even-v22) |
160
+ | Ruby 3.2 | 24.x | [`r3_2-even-v24`](https://github.com/rubocop-lts/rubocop-lts/tree/r3_2-even-v24) |
161
+
162
+ `main` is intentionally part of templating work so it can seed the next stacked
163
+ branch, but release and install workflows should use the released branch line
164
+ that matches your Ruby floor.
165
+
166
+ ### Project Health 👩‍💻
87
167
 
88
168
  | Gem Name | Version | Downloads | CI | Activity |
89
169
  |------------------------------|-------------------------------------|----------------------------------------------------------------------|-----------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -101,147 +181,7 @@ And optionally, if you are building a Rails app:
101
181
  | [`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] |
102
182
  | [`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] |
103
183
  | [`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] |
104
-
105
- ## Installation ✨
106
-
107
- Install the gem and add to the application's Gemfile by executing:
108
-
109
- $ bundle add rubocop-lts -r false
110
-
111
- NOTE: If you are using **Rails** remove the `-r false`,
112
- so the Railtie will load and rake tasks will be loaded automatically.
113
-
114
- If bundler is not being used to manage dependencies, install the gem by executing:
115
-
116
- $ gem install rubocop-lts
117
-
118
- Or add this line to your application's Gemfile:
119
-
120
- <!-- FIND VERSION -->
121
- ```ruby
122
- gem "rubocop-lts", "~> 4.1", require: false
123
- ```
124
-
125
- And then execute:
126
-
127
- $ bundle
128
-
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
- ### Dependabot Noise Reduction
225
-
226
- Add the following to `.github/dependabot.yml` if you use Github Actions.
227
-
228
- ```yaml
229
- ignore:
230
- - dependency-name: "rubocop-lts"
231
- ```
232
-
233
- <!-- columnar badge #s for Project Health table:
234
- ⛳️
235
- 🖇
236
- 🏘
237
- 🚎
238
- 🖐
239
- 🧮
240
- 📗
241
- 🚀
242
- 💄
243
- 👽
244
- -->
184
+ | [`standard-rubocop-lts`][⛳️stdrlts-gh] | [![Gem Version][⛳️stdrlts-vi]][⛳️stdrlts-g] | [![Total DL][🖇️stdrlts-dti]][⛳️stdrlts-g] [![DL Rank][🏘️stdrlts-rti]][⛳️stdrlts-g] | [![Current][🚎stdrlts-cwfi]][🚎stdrlts-cwf] [![Heads][🖐stdrlts-hwfi]][🖐stdrlts-hwf] | [![Open Issues][📗stdrlts-ioi]][📗stdrlts-io] [![Closed Issues][🚀stdrlts-ici]][🚀stdrlts-ic] [![Open PRs][💄stdrlts-poi]][💄stdrlts-po] [![Closed PRs][👽stdrlts-pci]][👽stdrlts-pc] |
245
185
 
246
186
  [⛳️lts-vi]: http://img.shields.io/gem/v/rubocop-lts.svg
247
187
  [🖇️lts-dti]: https://img.shields.io/gem/dt/rubocop-lts.svg
@@ -481,6 +421,25 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
481
421
  [👽32-pci]: https://img.shields.io/github/issues-pr-closed/rubocop-lts/rubocop-ruby3_2
482
422
  [⛳️32-g]: https://rubygems.org/gems/rubocop-ruby3_2
483
423
  [⛳️32-gh]: https://github.com/rubocop-lts/rubocop-ruby3_2
424
+ [⛳️stdrlts-vi]: http://img.shields.io/gem/v/standard-rubocop-lts.svg
425
+ [🖇️stdrlts-dti]: https://img.shields.io/gem/dt/standard-rubocop-lts.svg
426
+ [🏘️stdrlts-rti]: https://img.shields.io/gem/rt/standard-rubocop-lts.svg
427
+ [🚎stdrlts-cwf]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/current.yml
428
+ [🚎stdrlts-cwfi]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/current.yml/badge.svg
429
+ [🖐stdrlts-hwf]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/heads.yml
430
+ [🖐stdrlts-hwfi]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/heads.yml/badge.svg
431
+ [🧮stdrlts-lwf]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/legacy.yml
432
+ [🧮stdrlts-lwfi]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/legacy.yml/badge.svg
433
+ [📗stdrlts-io]: https://github.com/rubocop-lts/standard-rubocop-lts/issues
434
+ [📗stdrlts-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/standard-rubocop-lts
435
+ [🚀stdrlts-ic]: https://github.com/rubocop-lts/standard-rubocop-lts/issues?q=is%3Aissue+is%3Aclosed
436
+ [🚀stdrlts-ici]: https://img.shields.io/github/issues-closed-raw/rubocop-lts/standard-rubocop-lts
437
+ [💄stdrlts-po]: https://github.com/rubocop-lts/standard-rubocop-lts/pulls
438
+ [💄stdrlts-poi]: https://img.shields.io/github/issues-pr/rubocop-lts/standard-rubocop-lts
439
+ [👽stdrlts-pc]: https://github.com/rubocop-lts/standard-rubocop-lts/pulls?q=is%3Apr+is%3Aclosed
440
+ [👽stdrlts-pci]: https://img.shields.io/github/issues-pr-closed/rubocop-lts/standard-rubocop-lts
441
+ [⛳️stdrlts-g]: https://rubygems.org/gems/standard-rubocop-lts
442
+ [⛳️stdrlts-gh]: https://github.com/rubocop-lts/standard-rubocop-lts
484
443
 
485
444
  [aboutme]: https://about.me/peter.boling
486
445
  [actions]: https://github.com/rubocop-lts/rubocop-lts/actions
@@ -512,3 +471,485 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
512
471
  [semver]: http://semver.org/
513
472
  [source]: https://github.com/rubocop-lts/rubocop-lts/
514
473
  [tweetme]: http://twitter.com/galtzo
474
+
475
+ ## 💡 Info you can shake a stick at
476
+
477
+ | Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
478
+ |-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
479
+ | Works with JRuby | [![JRuby 10.0 Compat][💎jruby-10.0i]][🚎jruby-10.0-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
480
+ | Works with Truffle Ruby | [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby 33.0 Compat][💎truby-33.0i]][🚎truby-33.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
481
+ | Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
482
+ | Works with MRI Ruby 3 | [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
483
+ | Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
484
+ | Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
485
+ | Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
486
+ | Compliance | [![License: MIT][📄license-img]][📄license] [![Apache license compatibility: Category A][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
487
+ | Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
488
+ | Maintainer 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact] [![My technical writing][💖💁🏼‍♂️devto-img]][💖💁🏼‍♂️devto] |
489
+ | `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼‍♂️aboutme-img]][💖💁🏼‍♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
490
+
491
+ ### Compatibility
492
+
493
+ Compatible with MRI Ruby 3.2+, and concordant releases of JRuby, and TruffleRuby.
494
+ CI workflows and Appraisals are generated for MRI Ruby 3.2+.
495
+ This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
496
+ may be higher than the gem's runtime compatibility floor when legacy Rubies are
497
+ not practical for the current toolchain.
498
+
499
+ <a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/avatar-128px.svg" width="14%" align="right"/></a>
500
+
501
+ The _amazing_ test matrix is powered by the kettle-dev stack.
502
+
503
+ <details markdown="1">
504
+ <summary>How kettle-dev manages complexity in tests</summary>
505
+
506
+ | Gem | Source | Role | Daily download rank |
507
+ |-----|--------|------|---------------------|
508
+ | [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Daily download rank for appraisal2](https://img.shields.io/gem/rd/appraisal2.svg?style=flat-square)](https://bestgems.org/gems/appraisal2) |
509
+ | [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Daily download rank for appraisal2-rubocop](https://img.shields.io/gem/rd/appraisal2-rubocop.svg?style=flat-square)](https://bestgems.org/gems/appraisal2-rubocop) |
510
+ | [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Daily download rank for kettle-dev](https://img.shields.io/gem/rd/kettle-dev.svg?style=flat-square)](https://bestgems.org/gems/kettle-dev) |
511
+ | [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Daily download rank for kettle-jem](https://img.shields.io/gem/rd/kettle-jem.svg?style=flat-square)](https://bestgems.org/gems/kettle-jem) |
512
+ | [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Daily download rank for kettle-soup-cover](https://img.shields.io/gem/rd/kettle-soup-cover.svg?style=flat-square)](https://bestgems.org/gems/kettle-soup-cover) |
513
+ | [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Daily download rank for kettle-test](https://img.shields.io/gem/rd/kettle-test.svg?style=flat-square)](https://bestgems.org/gems/kettle-test) |
514
+ | [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Daily download rank for turbo_tests2](https://img.shields.io/gem/rd/turbo_tests2.svg?style=flat-square)](https://bestgems.org/gems/turbo_tests2) |
515
+
516
+ </details>
517
+
518
+ ### Federated DVCS
519
+
520
+ <details markdown="1">
521
+ <summary>Find this repo on federated forges (Coming soon!)</summary>
522
+
523
+ | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
524
+ |-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
525
+ | 🧪 [rubocop-lts/rubocop-lts on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
526
+ | 🧊 [rubocop-lts/rubocop-lts on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
527
+ | 🐙 [rubocop-lts/rubocop-lts on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
528
+ | 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
529
+
530
+ </details>
531
+
532
+ [gh-discussions]: https://github.com/rubocop-lts/rubocop-lts/discussions
533
+
534
+ ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/rubocop-lts)](https://tidelift.com/subscription/pkg/rubygems-rubocop-lts?utm_source=rubygems-rubocop-lts&utm_medium=referral&utm_campaign=readme)
535
+
536
+ Available as part of the Tidelift Subscription.
537
+
538
+ <details markdown="1">
539
+ <summary>Need enterprise-level guarantees?</summary>
540
+
541
+ The maintainers of this and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use.
542
+
543
+ [![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift]
544
+
545
+ - 💡Subscribe for support guarantees covering _all_ your FLOSS dependencies
546
+ - 💡Tidelift is part of [Sonar][🏙️entsup-tidelift-sonar]
547
+ - 💡Tidelift pays maintainers to maintain the software you depend on!<br/>📊`@`Pointy Haired Boss: An [enterprise support][🏙️entsup-tidelift] subscription is "[never gonna let you down][🧮kloc]", and *supports* open source maintainers
548
+
549
+ Alternatively:
550
+
551
+ - [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
552
+ - [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork]
553
+ - [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor]
554
+
555
+ </details>
556
+
557
+ ## ✨ Installation
558
+
559
+ Install the gem and add to the application's Gemfile by executing:
560
+
561
+ ```console
562
+ bundle add rubocop-lts
563
+ ```
564
+
565
+ If bundler is not being used to manage dependencies, install the gem by executing:
566
+
567
+ ```console
568
+ gem install rubocop-lts
569
+ ```
570
+
571
+ ## ⚙️ Configuration
572
+
573
+ Please see the primary configuration and usage documentation.
574
+
575
+ * 🔧 Primary [Configuration and Usage Documentation][Usage].
576
+
577
+ ## 🔧 Basic Usage
578
+
579
+ Please see the primary configuration and usage documentation.
580
+
581
+ * 🔧 Primary [Configuration and Usage Documentation][Usage].
582
+
583
+ ## 🦷 FLOSS Funding
584
+
585
+ While rubocop-lts tools are free software and will always be, the project would benefit immensely from some funding.
586
+ Raising a monthly budget of... "dollars" would make the project more sustainable.
587
+
588
+ We welcome both individual and corporate sponsors! We also offer a
589
+ wide array of funding channels to account for your preferences.
590
+ Currently, [Open Collective][🖇osc] is our preferred funding platform.
591
+
592
+ **If you're working in a company that's making significant use of rubocop-lts tools we'd
593
+ appreciate it if you suggest to your company to become a rubocop-lts sponsor.**
594
+
595
+ You can support the development of rubocop-lts tools via
596
+ [GitHub Sponsors][🖇sponsor],
597
+ [Liberapay][⛳liberapay],
598
+ [PayPal][🖇paypal],
599
+ [Open Collective][🖇osc]
600
+ and [Tidelift][🏙️entsup-tidelift].
601
+
602
+ | 📍 NOTE |
603
+ |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
604
+ | If doing a sponsorship in the form of donation is problematic for your company <br/> from an accounting standpoint, we'd recommend the use of Tidelift, <br/> where you can get a support-like subscription instead. |
605
+
606
+ ### Open Collective for Individuals
607
+
608
+ Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/rubocop-lts#backer)]
609
+
610
+ NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
611
+
612
+ <!-- OPENCOLLECTIVE-INDIVIDUALS:START -->
613
+ No backers yet. Be the first!
614
+ <!-- OPENCOLLECTIVE-INDIVIDUALS:END -->
615
+
616
+ ### Open Collective for Organizations
617
+
618
+ Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor](https://opencollective.com/rubocop-lts#sponsor)]
619
+
620
+ NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
621
+
622
+ <!-- OPENCOLLECTIVE-ORGANIZATIONS:START -->
623
+ No sponsors yet. Be the first!
624
+ <!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
625
+
626
+ [kettle-readme-backers]: https://github.com/rubocop-lts/rubocop-lts/blob/main/bin/kettle-readme-backers
627
+
628
+ ### Another way to support open-source
629
+
630
+ I’m driven by a passion to foster a thriving open-source community – a space where people can tackle complex problems, no matter how small. Revitalizing libraries that have fallen into disrepair, and building new libraries focused on solving real-world challenges, are my passions. I was recently affected by layoffs, and the tech jobs market is unwelcoming. I’m reaching out here because your support would significantly aid my efforts to provide for my family, and my farm (11 🐔 chickens, 2 🐶 dogs, 3 🐰 rabbits, 8 🐈‍ cats).
631
+
632
+ If you work at a company that uses my work, please encourage them to support me as a corporate sponsor. My work on gems you use might show up in `bundle fund`.
633
+
634
+ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed to empower open-source developers like myself to get paid for the work we do, in a sustainable way. Please give it a look.
635
+
636
+ **[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
637
+
638
+ [![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
639
+
640
+ ## 🔐 Security
641
+
642
+ See [SECURITY.md][🔐security].
643
+
644
+ ## 🤝 Contributing
645
+
646
+ If you need some ideas of where to help, you could work on adding more code coverage,
647
+ or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
648
+ or use the gem and think about how it could be better.
649
+
650
+ We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
651
+
652
+ See [CONTRIBUTING.md][🤝contributing] for more detailed instructions.
653
+
654
+ ### 🚀 Release Instructions
655
+
656
+ See [CONTRIBUTING.md][🤝contributing].
657
+
658
+ ### Code Coverage
659
+
660
+ <details markdown="1">
661
+ <summary>Coverage service badges</summary>
662
+
663
+ [![Coverage Graph][🏀codecov-g]][🏀codecov]
664
+
665
+ [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls]
666
+
667
+ [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov]
668
+
669
+ </details>
670
+
671
+ ### 🪇 Code of Conduct
672
+
673
+ Everyone interacting with this project's codebases, issue trackers,
674
+ chat rooms and mailing lists agrees to follow the [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct].
675
+
676
+ ## 🌈 Contributors
677
+
678
+ [![Contributors][🖐contributors-img]][🖐contributors]
679
+
680
+ Made with [contributors-img][🖐contrib-rocks].
681
+
682
+ Also see GitLab Contributors: [https://gitlab.com/rubocop-lts/rubocop-lts/-/graphs/main][🚎contributors-gl]
683
+
684
+ <details markdown="1">
685
+ <summary>⭐️ Star History</summary>
686
+
687
+ <a href="https://star-history.com/rubocop-lts/rubocop-lts&Date">
688
+ <picture>
689
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=rubocop-lts/rubocop-lts&type=Date&theme=dark" />
690
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=rubocop-lts/rubocop-lts&type=Date" />
691
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=rubocop-lts/rubocop-lts&type=Date" />
692
+ </picture>
693
+ </a>
694
+
695
+ </details>
696
+
697
+ ## 📌 Versioning
698
+
699
+ This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
700
+ For most applications, prefer the [Pessimistic Version Constraint][📌pvc] with two digits of precision.
701
+
702
+ For example:
703
+
704
+ ```ruby
705
+ spec.add_dependency("rubocop-lts", "~> 4.0")
706
+ ```
707
+
708
+ <details markdown="1">
709
+ <summary>📌 Is "Platform Support" part of the public API? More details inside.</summary>
710
+
711
+ Dropping support for a platform can be a breaking change for affected users.
712
+ If a release changes supported platforms, it should be called out clearly in the changelog and versioned with that impact in mind.
713
+
714
+ To get a better understanding of how SemVer is intended to work over a project's lifetime,
715
+ read this article from the creator of SemVer:
716
+
717
+ - ["Major Version Numbers are Not Sacred"][📌major-versions-not-sacred]
718
+
719
+ </details>
720
+
721
+ See [CHANGELOG.md][📌changelog] for a list of releases.
722
+
723
+ ## 📄 License
724
+
725
+ The gem is available as open source under the terms of
726
+ the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
727
+
728
+ ### © Copyright
729
+
730
+ See [LICENSE.md][📄license] for the official copyright notice.
731
+
732
+ <details markdown="1">
733
+ <summary>Copyright holders</summary>
734
+
735
+ - Copyright (c) 2022-2023, 2026 Peter H. Boling
736
+
737
+ </details>
738
+
739
+ ## 🤑 A request for help
740
+
741
+ Maintainers have teeth and need to pay their dentists.
742
+ After getting laid off in an RIF in March, and encountering difficulty finding a new one,
743
+ I began spending most of my time building open source tools.
744
+ I'm hoping to be able to pay for my kids' health insurance this month,
745
+ so if you value the work I am doing, I need your support.
746
+ Please consider sponsoring me or the project.
747
+
748
+ To join the community or get help 👇️ Join the Discord.
749
+
750
+ [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
751
+
752
+ To say "thanks!" ☝️ Join the Discord or 👇️ send money.
753
+
754
+ [![Sponsor rubocop-lts/rubocop-lts on Open Source Collective][🖇osc-all-bottom-img]][🖇osc] 💌 [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
755
+
756
+ ### Please give the project a star ⭐ ♥.
757
+
758
+ Many parts of this project are actively managed by a [kettle-jem](https://github.com/structuredmerge/structuredmerge-ruby/tree/main/gems/kettle-jem) smart template utilizing [StructuredMerge.org](https://structuredmerge.org) merge contracts.
759
+
760
+ Thanks for RTFM. ☺️
761
+
762
+ [⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
763
+ [⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
764
+ [⛳liberapay]: https://liberapay.com/pboling/donate
765
+ [🖇osc-all-img]: https://img.shields.io/opencollective/all/rubocop-lts
766
+ [🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/rubocop-lts
767
+ [🖇osc-backers-img]: https://img.shields.io/opencollective/backers/rubocop-lts
768
+ [🖇osc-backers]: https://opencollective.com/rubocop-lts#backer
769
+ [🖇osc-backers-i]: https://opencollective.com/rubocop-lts/backers/badge.svg?style=flat
770
+ [🖇osc-sponsors]: https://opencollective.com/rubocop-lts#sponsor
771
+ [🖇osc-sponsors-i]: https://opencollective.com/rubocop-lts/sponsors/badge.svg?style=flat
772
+ [🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/rubocop-lts?style=for-the-badge
773
+ [🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/rubocop-lts?style=for-the-badge
774
+ [🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/rubocop-lts?style=for-the-badge
775
+ [🖇osc]: https://opencollective.com/rubocop-lts
776
+ [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
777
+ [🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
778
+ [🖇sponsor]: https://github.com/sponsors/pboling
779
+ [🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
780
+ [🖇kofi]: https://ko-fi.com/pboling
781
+ [🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
782
+ [🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
783
+ [🖇buyme]: https://www.buymeacoffee.com/pboling
784
+ [🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
785
+ [🖇paypal-bottom-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&logo=paypal&color=0A0A0A
786
+ [🖇paypal]: https://www.paypal.com/paypalme/peterboling
787
+ [🖇floss-funding.dev]: https://floss-funding.dev
788
+ [🖇floss-funding-gem]: https://github.com/galtzo-floss/floss_funding
789
+ [✉️discord-invite]: https://discord.gg/3qme4XHNKN
790
+ [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
791
+ [✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
792
+ [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
793
+
794
+ [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
795
+ [⛳️gem-namespace]: https://github.com/rubocop-lts/rubocop-lts
796
+ [⛳️namespace-img]: https://img.shields.io/badge/namespace-Rubocop::Lts-3C2D2D.svg?style=square&logo=ruby&logoColor=white
797
+ [⛳️gem-name]: https://bestgems.org/gems/rubocop-lts
798
+ [⛳️name-img]: https://img.shields.io/badge/name-rubocop--lts-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
799
+ [⛳️tag-img]: https://img.shields.io/github/tag/rubocop-lts/rubocop-lts.svg
800
+ [⛳️tag]: https://github.com/rubocop-lts/rubocop-lts/releases
801
+ [🚂maint-blog]: http://www.railsbling.com/tags/rubocop-lts
802
+ [🚂maint-blog-img]: https://img.shields.io/badge/blog-railsbling-0093D0.svg?style=for-the-badge&logo=rubyonrails&logoColor=orange
803
+ [🚂maint-contact]: http://www.railsbling.com/contact
804
+ [🚂maint-contact-img]: https://img.shields.io/badge/Contact-Maintainer-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
805
+ [💖🖇linkedin]: http://www.linkedin.com/in/peterboling
806
+ [💖🖇linkedin-img]: https://img.shields.io/badge/LinkedIn-Profile-0B66C2?style=flat&logo=newjapanprowrestling
807
+ [💖✌️wellfound]: https://wellfound.com/u/peter-boling
808
+ [💖✌️wellfound-img]: https://img.shields.io/badge/peter--boling-orange?style=flat&logo=wellfound
809
+ [💖💲crunchbase]: https://www.crunchbase.com/person/peter-boling
810
+ [💖💲crunchbase-img]: https://img.shields.io/badge/peter--boling-purple?style=flat&logo=crunchbase
811
+ [💖🐘ruby-mast]: https://ruby.social/@galtzo
812
+ [💖🐘ruby-mast-img]: https://img.shields.io/mastodon/follow/109447111526622197?domain=https://ruby.social&style=flat&logo=mastodon&label=Ruby%20@galtzo
813
+ [💖🦋bluesky]: https://bsky.app/profile/galtzo.com
814
+ [💖🦋bluesky-img]: https://img.shields.io/badge/@galtzo.com-0285FF?style=flat&logo=bluesky&logoColor=white
815
+ [💖🌳linktree]: https://linktr.ee/galtzo
816
+ [💖🌳linktree-img]: https://img.shields.io/badge/galtzo-purple?style=flat&logo=linktree
817
+ [💖💁🏼‍♂️devto]: https://dev.to/galtzo
818
+ [💖💁🏼‍♂️devto-img]: https://img.shields.io/badge/dev.to-0A0A0A?style=flat&logo=devdotto&logoColor=white
819
+ [💖💁🏼‍♂️aboutme]: https://about.me/peter.boling
820
+ [💖💁🏼‍♂️aboutme-img]: https://img.shields.io/badge/about.me-0A0A0A?style=flat&logo=aboutme&logoColor=white
821
+ [💖🧊berg]: https://codeberg.org/pboling
822
+ [💖🐙hub]: https://github.org/pboling
823
+ [💖🛖hut]: https://sr.ht/~galtzo/
824
+ [💖🧪lab]: https://gitlab.com/pboling
825
+ [👨🏼‍🏫expsup-upwork]: https://www.upwork.com/freelancers/~014942e9b056abdf86?mp_source=share
826
+ [👨🏼‍🏫expsup-upwork-img]: https://img.shields.io/badge/UpWork-13544E?style=for-the-badge&logo=Upwork&logoColor=white
827
+ [👨🏼‍🏫expsup-codementor]: https://www.codementor.io/peterboling?utm_source=github&utm_medium=button&utm_term=peterboling&utm_campaign=github
828
+ [👨🏼‍🏫expsup-codementor-img]: https://img.shields.io/badge/CodeMentor-Get_Help-1abc9c?style=for-the-badge&logo=CodeMentor&logoColor=white
829
+ [🏙️entsup-tidelift]: https://tidelift.com/subscription/pkg/rubygems-rubocop-lts?utm_source=rubygems-rubocop-lts&utm_medium=referral&utm_campaign=readme
830
+ [🏙️entsup-tidelift-img]: https://img.shields.io/badge/Tidelift_and_Sonar-Enterprise_Support-FD3456?style=for-the-badge&logo=sonar&logoColor=white
831
+ [🏙️entsup-tidelift-sonar]: https://blog.tidelift.com/tidelift-joins-sonar
832
+ [💁🏼‍♂️peterboling]: http://www.peterboling.com
833
+ [🚂railsbling]: http://www.railsbling.com
834
+ [📜src-gl-img]: https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&logo=Gitlab&logoColor=orange
835
+ [📜src-gl]: https://gitlab.com/rubocop-lts/rubocop-lts
836
+ [📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
837
+ [📜src-cb]: https://codeberg.org/rubocop-lts/rubocop-lts
838
+ [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
839
+ [📜src-gh]: https://github.com/rubocop-lts/rubocop-lts
840
+ [📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
841
+ [📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
842
+ [📜gl-wiki]: https://gitlab.com/rubocop-lts/rubocop-lts/-/wikis/home
843
+ [📜gh-wiki]: https://github.com/rubocop-lts/rubocop-lts/wiki
844
+ [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
845
+ [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
846
+ [👽dl-rank]: https://bestgems.org/gems/rubocop-lts
847
+ [👽dl-ranki]: https://img.shields.io/gem/rd/rubocop-lts.svg
848
+ [👽version]: https://bestgems.org/gems/rubocop-lts
849
+ [👽versioni]: https://img.shields.io/gem/v/rubocop-lts.svg
850
+ [🏀qlty-mnt]: https://qlty.sh/gh/rubocop-lts/projects/rubocop-lts
851
+ [🏀qlty-mnti]: https://qlty.sh/gh/rubocop-lts/projects/rubocop-lts/maintainability.svg
852
+ [🏀qlty-cov]: https://qlty.sh/gh/rubocop-lts/projects/rubocop-lts/metrics/code?sort=coverageRating
853
+ [🏀qlty-covi]: https://qlty.sh/gh/rubocop-lts/projects/rubocop-lts/coverage.svg
854
+ [🏀codecov]: https://codecov.io/gh/rubocop-lts/rubocop-lts
855
+ [🏀codecovi]: https://codecov.io/gh/rubocop-lts/rubocop-lts/graph/badge.svg
856
+ [🏀coveralls]: https://coveralls.io/github/rubocop-lts/rubocop-lts?branch=main
857
+ [🏀coveralls-img]: https://coveralls.io/repos/github/rubocop-lts/rubocop-lts/badge.svg?branch=main
858
+ [🚎ruby-3.2-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/ruby-3.2.yml
859
+ [🚎ruby-3.3-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/ruby-3.3.yml
860
+ [🚎ruby-3.4-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/ruby-3.4.yml
861
+ [🚎jruby-10.0-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/jruby-10.0.yml
862
+ [🚎truby-24.2-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/truffleruby-24.2.yml
863
+ [🚎truby-25.0-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/truffleruby-25.0.yml
864
+ [🚎truby-33.0-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/truffleruby-33.0.yml
865
+ [🚎2-cov-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/coverage.yml
866
+ [🚎2-cov-wfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/coverage.yml/badge.svg
867
+ [🚎3-hd-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/heads.yml
868
+ [🚎3-hd-wfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/heads.yml/badge.svg
869
+ [🚎5-st-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/style.yml
870
+ [🚎5-st-wfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/style.yml/badge.svg
871
+ [🚎9-t-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/truffle.yml
872
+ [🚎9-t-wfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/truffle.yml/badge.svg
873
+ [🚎10-j-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/jruby.yml
874
+ [🚎10-j-wfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/jruby.yml/badge.svg
875
+ [🚎11-c-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/current.yml
876
+ [🚎11-c-wfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/current.yml/badge.svg
877
+ [🚎12-crh-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/dep-heads.yml
878
+ [🚎12-crh-wfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/dep-heads.yml/badge.svg
879
+ [🚎13-🔒️-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/locked_deps.yml
880
+ [🚎13-🔒️-wfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/locked_deps.yml/badge.svg
881
+ [🚎14-🔓️-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/unlocked_deps.yml
882
+ [🚎14-🔓️-wfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/unlocked_deps.yml/badge.svg
883
+ [🚎15-🪪-wf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/license-eye.yml
884
+ [🚎15-🪪-wfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/license-eye.yml/badge.svg
885
+ [💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
886
+ [💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
887
+ [💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
888
+ [💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
889
+ [💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
890
+ [💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
891
+ [💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
892
+ [💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
893
+ [💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
894
+ [💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
895
+ [💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
896
+ [💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
897
+ [💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
898
+ [🤝gh-issues]: https://github.com/rubocop-lts/rubocop-lts/issues
899
+ [🤝gh-pulls]: https://github.com/rubocop-lts/rubocop-lts/pulls
900
+ [🤝gl-issues]: https://gitlab.com/rubocop-lts/rubocop-lts/-/issues
901
+ [🤝gl-pulls]: https://gitlab.com/rubocop-lts/rubocop-lts/-/merge_requests
902
+ [🤝cb-issues]: https://codeberg.org/rubocop-lts/rubocop-lts/issues
903
+ [🤝cb-pulls]: https://codeberg.org/rubocop-lts/rubocop-lts/pulls
904
+ [🤝cb-donate]: https://donate.codeberg.org/
905
+ [🤝contributing]: https://github.com/rubocop-lts/rubocop-lts/blob/main/CONTRIBUTING.md
906
+ [🏀codecov-g]: https://codecov.io/gh/rubocop-lts/rubocop-lts/graph/badge.svg
907
+ [🖐contrib-rocks]: https://contrib.rocks
908
+ [🖐contributors]: https://github.com/rubocop-lts/rubocop-lts/graphs/contributors
909
+ [🖐contributors-img]: https://contrib.rocks/image?repo=rubocop-lts/rubocop-lts
910
+ [🚎contributors-gl]: https://gitlab.com/rubocop-lts/rubocop-lts/-/graphs/main
911
+ [🪇conduct]: https://github.com/rubocop-lts/rubocop-lts/blob/main/CODE_OF_CONDUCT.md
912
+ [🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
913
+ [📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
914
+ [📌semver]: https://semver.org/spec/v2.0.0.html
915
+ [📌semver-img]: https://img.shields.io/badge/semver-2.0.0-259D6C.svg?style=flat
916
+ [📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
917
+ [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
918
+ [📌changelog]: https://github.com/rubocop-lts/rubocop-lts/blob/main/CHANGELOG.md
919
+ [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
920
+ [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-34495e.svg?style=flat
921
+ [📌gitmoji]: https://gitmoji.dev
922
+ [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
923
+ [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
924
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.015-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
925
+ [🔐security]: https://github.com/rubocop-lts/rubocop-lts/blob/main/SECURITY.md
926
+ [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
927
+ [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
928
+ [📄license]: LICENSE.md
929
+ [📄license-ref]: MIT.md
930
+ [📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
931
+ [📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
932
+ [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
933
+
934
+ [📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
935
+ [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
936
+ [🚎yard-current]: http://rubydoc.info/gems/rubocop-lts
937
+ [🚎yard-head]: https://rubocop-lts.galtzo.com
938
+ [💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
939
+ [💎SHA_checksums]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/main/checksums
940
+ [💎rlts]: https://github.com/rubocop-lts/rubocop-lts
941
+ [💎rlts-img]: https://img.shields.io/badge/code_style_&_linting-rubocop--lts-34495e.svg?plastic&logo=ruby&logoColor=white
942
+ [💎appraisal2]: https://github.com/appraisal-rb/appraisal2
943
+ [💎appraisal2-img]: https://img.shields.io/badge/appraised_by-appraisal2-34495e.svg?plastic&logo=ruby&logoColor=white
944
+ [💎d-in-dvcs]: https://railsbling.com/posts/dvcs/put_the_d_in_dvcs/
945
+
946
+ <!-- kettle-jem:metadata:start -->
947
+ | Field | Value |
948
+ |---|---|
949
+ | Package | rubocop-lts |
950
+ | Description | 🦾 Configure RuboCop + a bevy of friends to gradually lint Ruby code |
951
+ | Homepage | https://github.com/rubocop-lts/rubocop-lts |
952
+ | Source | https://github.com/rubocop-lts/rubocop-lts |
953
+ | License | `MIT` |
954
+ | Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/rubocop-lts, https://thanks.dev/u/gh/rubocop-lts, https://tidelift.com/funding/github/rubygems/rubocop-lts, https://www.buymeacoffee.com/pboling |
955
+ <!-- kettle-jem:metadata:end -->