standard-rubocop-lts 2.0.5 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +41 -1
- data/CITATION.cff +1 -1
- data/CONTRIBUTING.md +6 -3
- data/FUNDING.md +1 -5
- data/README.md +35 -19
- data/lib/standard/rubocop/lts/version.rb +1 -1
- data/sig/standard/rubocop/lts.rbs +0 -1
- data.tar.gz.sig +0 -0
- metadata +22 -46
- metadata.gz.sig +0 -0
- data/certs/pboling.pem +0 -27
- data/config/internal/base.yml +0 -49
- data/config/internal/ruby-1.8.yml +0 -22
- data/config/internal/ruby-1.9.yml +0 -48
- data/config/internal/ruby-2.0.yml +0 -10
- data/config/internal/ruby-2.1.yml +0 -4
- data/config/internal/ruby-2.2.yml +0 -9
- data/config/internal/ruby-2.3.yml +0 -4
- data/config/internal/ruby-2.4.yml +0 -4
- data/config/internal/ruby-2.5.yml +0 -4
- data/config/internal/ruby-2.6.yml +0 -4
- data/config/internal/ruby-2.7.yml +0 -4
- data/config/internal/ruby-3.0.yml +0 -4
- data/config/internal/ruby-3.1.yml +0 -4
- data/config/internal/ruby-3.2.yml +0 -4
- data/config/internal/ruby-3.3.yml +0 -5
- data/config/internal/ruby-3.4.yml +0 -4
- data/config/internal/ruby-3.5.yml +0 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d15c4d06eb613137d4e6f29a799d25da1f09e3745166e27cf3d1a8d507e6bd63
|
|
4
|
+
data.tar.gz: 9c408187d94b0d723e3fd95424008de75f7a9f6afa0d28e73699ebdbdeb4f3e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f8d985e619f91ab708e0e595174e6eb981412aa95e928b668785681dcf5022c03ee30645eb11d087b4c4a9fed320ce31dbcf3f09d9c30db44578f608b7d232e
|
|
7
|
+
data.tar.gz: 6487940c6016ac2cf25267f534b59afce6754794f81eda819d46312239c2bc174cad3056aea85420d07a345ae5f2dfe65435a197e6e7f09ca6de0a82d4ee89fd
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,42 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.0.8] - 2026-06-28
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.8][2.0.8t]
|
|
36
|
+
- COVERAGE: 100.00% -- 19/19 lines in 4 files
|
|
37
|
+
- BRANCH COVERAGE: 0.00% -- 0/0 branches in 4 files
|
|
38
|
+
- 71.43% documented
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- Restored the gemspec `spec.files` declaration so packaged gems include the
|
|
43
|
+
intended public files and configuration payload.
|
|
44
|
+
|
|
45
|
+
## [2.0.7] - 2026-06-25
|
|
46
|
+
|
|
47
|
+
- TAG: [v2.0.7][2.0.7t]
|
|
48
|
+
- COVERAGE: 100.00% -- 19/19 lines in 4 files
|
|
49
|
+
- BRANCH COVERAGE: 0.00% -- 0/0 branches in 4 files
|
|
50
|
+
- 71.43% documented
|
|
51
|
+
|
|
52
|
+
### Added
|
|
53
|
+
|
|
54
|
+
- Added support for JRuby 10.1 and TruffleRuby 34.0.
|
|
55
|
+
|
|
56
|
+
### Changed
|
|
57
|
+
|
|
58
|
+
- Retemplated project metadata and CI/development automation with `kettle-jem` v7.0.0.
|
|
59
|
+
|
|
60
|
+
### Fixed
|
|
61
|
+
|
|
62
|
+
- Folded the Dogfood RuboCop rules into the primary RuboCop config so normal
|
|
63
|
+
autocorrect owns generated-file style, and fixed license-check CI drift after
|
|
64
|
+
dependency updates.
|
|
65
|
+
- Added the Appraisal RuboCop formatter plugin to the templating bundle.
|
|
66
|
+
- Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
|
|
67
|
+
- Corrected misspelled contact metadata to use `galtzo.com`.
|
|
68
|
+
|
|
33
69
|
## [2.0.5] - 2026-06-07
|
|
34
70
|
|
|
35
71
|
- TAG: [v2.0.5][2.0.5t]
|
|
@@ -262,7 +298,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
262
298
|
|
|
263
299
|
- Initial release
|
|
264
300
|
|
|
265
|
-
[Unreleased]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.
|
|
301
|
+
[Unreleased]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.8...HEAD
|
|
302
|
+
[2.0.8]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.7...v2.0.8
|
|
303
|
+
[2.0.8t]: https://github.com/rubocop-lts/standard-rubocop-lts/releases/tag/v2.0.8
|
|
304
|
+
[2.0.7]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.5...v2.0.7
|
|
305
|
+
[2.0.7t]: https://github.com/rubocop-lts/standard-rubocop-lts/releases/tag/v2.0.7
|
|
266
306
|
[2.0.5]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.4...v2.0.5
|
|
267
307
|
[2.0.5t]: https://github.com/rubocop-lts/standard-rubocop-lts/releases/tag/v2.0.5
|
|
268
308
|
[2.0.4]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v2.0.3...v2.0.4
|
data/CITATION.cff
CHANGED
data/CONTRIBUTING.md
CHANGED
|
@@ -109,14 +109,14 @@ Git diff driver setup
|
|
|
109
109
|
- Git hosting forges generally ignore external diff drivers, so pull request views may still show raw textual diffs even when local `git diff` uses semantic drivers.
|
|
110
110
|
|
|
111
111
|
```console
|
|
112
|
-
K_JEM_TEMPLATING=true
|
|
112
|
+
K_JEM_TEMPLATING=true kettle-jem install
|
|
113
113
|
```
|
|
114
114
|
|
|
115
115
|
Troubleshooting Git diffs
|
|
116
116
|
- Use `git diff --no-ext-diff` to compare against Git's built-in diff output.
|
|
117
117
|
- Use `git diff --no-textconv` when a textconv projection obscures the raw file bytes you need to inspect.
|
|
118
118
|
- If Git reports a missing `smorg-*` executable, rerun `bundle install` and the setup command above, then check `git config --local --get-regexp '^diff\.smorg-'`.
|
|
119
|
-
- To remove managed local entries, run `K_JEM_TEMPLATING=true
|
|
119
|
+
- To remove managed local entries, run `K_JEM_TEMPLATING=true kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
|
|
120
120
|
|
|
121
121
|
For a quick starting point, this repository’s `mise.toml` defines the shared defaults, and `.env.local` can override them locally. Copy `.env.local.example` to `.env.local`, use `KEY=value` lines, and either activate `mise` in your shell or run commands through `mise exec -C /path/to/project -- ...`.
|
|
122
122
|
|
|
@@ -131,9 +131,12 @@ toolchain, and it may be higher than the gemspec runtime floor.
|
|
|
131
131
|
They are created and updated with the commands:
|
|
132
132
|
|
|
133
133
|
```console
|
|
134
|
-
bin/rake appraisal:
|
|
134
|
+
bin/rake appraisal:generate
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
+
Use `bin/rake appraisal:update` when you intentionally need to resolve fresh
|
|
138
|
+
appraisal locks.
|
|
139
|
+
|
|
137
140
|
If you need to reset all gemfiles/*.gemfile.lock files:
|
|
138
141
|
|
|
139
142
|
```console
|
data/FUNDING.md
CHANGED
|
@@ -6,7 +6,7 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
6
6
|
|
|
7
7
|
[![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]
|
|
8
8
|
|
|
9
|
-
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
9
|
+
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
10
10
|
|
|
11
11
|
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
12
12
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
@@ -16,12 +16,8 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
16
16
|
[🖇osc-sponsors-i]: https://opencollective.com/rubocop-lts/sponsors/badge.svg?style=flat
|
|
17
17
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
18
18
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
19
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
20
|
-
[🖇polar]: https://polar.sh/pboling
|
|
21
19
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
22
20
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
23
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
24
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
25
21
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
26
22
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
27
23
|
[🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
|
data/README.md
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
|
|
11
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
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
|
|
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
14
|
|
|
15
|
-
<details>
|
|
15
|
+
<details markdown="1">
|
|
16
16
|
<summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
|
|
17
17
|
|
|
18
18
|
I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
|
|
@@ -44,9 +44,9 @@ Avoid bike-shedding, use [`rubocop-lts`][💎rlts] in every project, and let it
|
|
|
44
44
|
|
|
45
45
|
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
|
46
46
|
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
47
|
-
| Works with JRuby | [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
|
|
48
|
-
| 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 current Compat][💎truby-c-i]][🚎9-t-wf]|
|
|
49
|
-
| Works with MRI Ruby 4 | [![Ruby
|
|
47
|
+
| 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]|
|
|
48
|
+
| 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]|
|
|
49
|
+
| Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
|
|
50
50
|
| 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]|
|
|
51
51
|
| 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] |
|
|
52
52
|
| 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] |
|
|
@@ -64,9 +64,25 @@ This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
|
64
64
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
65
65
|
not practical for the current toolchain.
|
|
66
66
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
67
|
+
<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>
|
|
68
|
+
|
|
69
|
+
The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
70
|
+
|
|
71
|
+
<details markdown="1">
|
|
72
|
+
<summary>How kettle-dev manages complexity in tests</summary>
|
|
73
|
+
|
|
74
|
+
| Gem | Source | Role | Daily download rank |
|
|
75
|
+
|-----|--------|------|---------------------|
|
|
76
|
+
| [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://bestgems.org/gems/appraisal2) |
|
|
77
|
+
| [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://bestgems.org/gems/appraisal2-rubocop) |
|
|
78
|
+
| [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://bestgems.org/gems/kettle-dev) |
|
|
79
|
+
| [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://bestgems.org/gems/kettle-jem) |
|
|
80
|
+
| [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [](https://bestgems.org/gems/kettle-soup-cover) |
|
|
81
|
+
| [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [](https://bestgems.org/gems/kettle-test) |
|
|
82
|
+
| [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://bestgems.org/gems/rubocop-lts) |
|
|
83
|
+
| [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://bestgems.org/gems/turbo_tests2) |
|
|
84
|
+
|
|
85
|
+
</details>
|
|
70
86
|
|
|
71
87
|
### Federated DVCS
|
|
72
88
|
|
|
@@ -257,7 +273,7 @@ NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day
|
|
|
257
273
|
No sponsors yet. Be the first!
|
|
258
274
|
<!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
|
|
259
275
|
|
|
260
|
-
[kettle-readme-backers]: https://github.com/rubocop-lts/standard-rubocop-lts/blob/main/
|
|
276
|
+
[kettle-readme-backers]: https://github.com/rubocop-lts/standard-rubocop-lts/blob/main/bin/kettle-readme-backers
|
|
261
277
|
|
|
262
278
|
### Another way to support open-source
|
|
263
279
|
|
|
@@ -269,7 +285,7 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
|
|
|
269
285
|
|
|
270
286
|
**[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
|
|
271
287
|
|
|
272
|
-
[![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
|
|
288
|
+
[![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]
|
|
273
289
|
|
|
274
290
|
## 🔐 Security
|
|
275
291
|
|
|
@@ -315,7 +331,7 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
315
331
|
|
|
316
332
|
Also see GitLab Contributors: [https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/graphs/main][🚎contributors-gl]
|
|
317
333
|
|
|
318
|
-
<details>
|
|
334
|
+
<details markdown="1">
|
|
319
335
|
<summary>⭐️ Star History</summary>
|
|
320
336
|
|
|
321
337
|
<a href="https://star-history.com/rubocop-lts/standard-rubocop-lts&Date">
|
|
@@ -410,12 +426,8 @@ Thanks for RTFM. ☺️
|
|
|
410
426
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
411
427
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
412
428
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
413
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
414
|
-
[🖇polar]: https://polar.sh/pboling
|
|
415
429
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
416
430
|
[🖇kofi]: https://ko-fi.com/pboling
|
|
417
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
418
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
419
431
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
420
432
|
[🖇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
|
|
421
433
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
@@ -496,8 +508,10 @@ Thanks for RTFM. ☺️
|
|
|
496
508
|
[🚎ruby-3.2-wf]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/ruby-3.2.yml
|
|
497
509
|
[🚎ruby-3.3-wf]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/ruby-3.3.yml
|
|
498
510
|
[🚎ruby-3.4-wf]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/ruby-3.4.yml
|
|
511
|
+
[🚎jruby-10.0-wf]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/jruby-10.0.yml
|
|
499
512
|
[🚎truby-24.2-wf]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/truffleruby-24.2.yml
|
|
500
513
|
[🚎truby-25.0-wf]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/truffleruby-25.0.yml
|
|
514
|
+
[🚎truby-33.0-wf]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/truffleruby-33.0.yml
|
|
501
515
|
[🚎2-cov-wf]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/coverage.yml
|
|
502
516
|
[🚎2-cov-wfi]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/coverage.yml/badge.svg
|
|
503
517
|
[🚎3-hd-wf]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/heads.yml
|
|
@@ -521,12 +535,14 @@ Thanks for RTFM. ☺️
|
|
|
521
535
|
[💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
522
536
|
[💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
523
537
|
[💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
524
|
-
[💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
|
|
525
538
|
[💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
|
|
526
539
|
[💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
|
|
527
540
|
[💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
528
541
|
[💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
542
|
+
[💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
|
|
529
543
|
[💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
|
|
544
|
+
[💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
|
|
545
|
+
[💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
530
546
|
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
|
|
531
547
|
[💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
|
|
532
548
|
[🤝gh-issues]: https://github.com/rubocop-lts/standard-rubocop-lts/issues
|
|
@@ -563,7 +579,7 @@ Thanks for RTFM. ☺️
|
|
|
563
579
|
[📄license-ref]: MIT.md
|
|
564
580
|
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
|
|
565
581
|
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
|
|
566
|
-
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A
|
|
582
|
+
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
|
|
567
583
|
|
|
568
584
|
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
|
|
569
585
|
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
|
|
@@ -583,7 +599,7 @@ Thanks for RTFM. ☺️
|
|
|
583
599
|
| Package | standard-rubocop-lts |
|
|
584
600
|
| Description | Enables Ruby projects to more confidently support even the most finely-aged Rubies.<br>Part of the rubocop-lts family. |
|
|
585
601
|
| Homepage | https://github.com/rubocop-lts/standard-rubocop-lts |
|
|
586
|
-
| Source | https://github.com/rubocop-lts/standard-rubocop-lts
|
|
602
|
+
| Source | https://github.com/rubocop-lts/standard-rubocop-lts |
|
|
587
603
|
| License | `MIT` |
|
|
588
|
-
| Funding | https://github.com/sponsors/pboling, https://
|
|
604
|
+
| 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/pboling, https://tidelift.com/funding/github/rubygems/standard-rubocop-lts, https://www.buymeacoffee.com/pboling |
|
|
589
605
|
<!-- kettle-jem:metadata:end -->
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: standard-rubocop-lts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Peter Boling
|
|
7
|
+
- Peter H. Boling
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain:
|
|
10
10
|
- |
|
|
@@ -106,7 +106,7 @@ dependencies:
|
|
|
106
106
|
version: '1.1'
|
|
107
107
|
- - ">="
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version: 1.1.
|
|
109
|
+
version: 1.1.13
|
|
110
110
|
type: :runtime
|
|
111
111
|
prerelease: false
|
|
112
112
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -116,27 +116,27 @@ dependencies:
|
|
|
116
116
|
version: '1.1'
|
|
117
117
|
- - ">="
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
|
-
version: 1.1.
|
|
119
|
+
version: 1.1.13
|
|
120
120
|
- !ruby/object:Gem::Dependency
|
|
121
121
|
name: kettle-dev
|
|
122
122
|
requirement: !ruby/object:Gem::Requirement
|
|
123
123
|
requirements:
|
|
124
124
|
- - "~>"
|
|
125
125
|
- !ruby/object:Gem::Version
|
|
126
|
-
version: '2.
|
|
126
|
+
version: '2.2'
|
|
127
127
|
- - ">="
|
|
128
128
|
- !ruby/object:Gem::Version
|
|
129
|
-
version: 2.
|
|
129
|
+
version: 2.2.20
|
|
130
130
|
type: :development
|
|
131
131
|
prerelease: false
|
|
132
132
|
version_requirements: !ruby/object:Gem::Requirement
|
|
133
133
|
requirements:
|
|
134
134
|
- - "~>"
|
|
135
135
|
- !ruby/object:Gem::Version
|
|
136
|
-
version: '2.
|
|
136
|
+
version: '2.2'
|
|
137
137
|
- - ">="
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
|
-
version: 2.
|
|
139
|
+
version: 2.2.20
|
|
140
140
|
- !ruby/object:Gem::Dependency
|
|
141
141
|
name: bundler-audit
|
|
142
142
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -157,20 +157,14 @@ dependencies:
|
|
|
157
157
|
requirements:
|
|
158
158
|
- - "~>"
|
|
159
159
|
- !ruby/object:Gem::Version
|
|
160
|
-
version: '13.
|
|
161
|
-
- - ">="
|
|
162
|
-
- !ruby/object:Gem::Version
|
|
163
|
-
version: 13.4.2
|
|
160
|
+
version: '13.0'
|
|
164
161
|
type: :development
|
|
165
162
|
prerelease: false
|
|
166
163
|
version_requirements: !ruby/object:Gem::Requirement
|
|
167
164
|
requirements:
|
|
168
165
|
- - "~>"
|
|
169
166
|
- !ruby/object:Gem::Version
|
|
170
|
-
version: '13.
|
|
171
|
-
- - ">="
|
|
172
|
-
- !ruby/object:Gem::Version
|
|
173
|
-
version: 13.4.2
|
|
167
|
+
version: '13.0'
|
|
174
168
|
- !ruby/object:Gem::Dependency
|
|
175
169
|
name: require_bench
|
|
176
170
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -200,7 +194,7 @@ dependencies:
|
|
|
200
194
|
version: '3.1'
|
|
201
195
|
- - ">="
|
|
202
196
|
- !ruby/object:Gem::Version
|
|
203
|
-
version: 3.1.
|
|
197
|
+
version: 3.1.3
|
|
204
198
|
type: :development
|
|
205
199
|
prerelease: false
|
|
206
200
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -210,7 +204,7 @@ dependencies:
|
|
|
210
204
|
version: '3.1'
|
|
211
205
|
- - ">="
|
|
212
206
|
- !ruby/object:Gem::Version
|
|
213
|
-
version: 3.1.
|
|
207
|
+
version: 3.1.3
|
|
214
208
|
- !ruby/object:Gem::Dependency
|
|
215
209
|
name: kettle-test
|
|
216
210
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -220,7 +214,7 @@ dependencies:
|
|
|
220
214
|
version: '2.0'
|
|
221
215
|
- - ">="
|
|
222
216
|
- !ruby/object:Gem::Version
|
|
223
|
-
version: 2.0.
|
|
217
|
+
version: 2.0.8
|
|
224
218
|
type: :development
|
|
225
219
|
prerelease: false
|
|
226
220
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -230,7 +224,7 @@ dependencies:
|
|
|
230
224
|
version: '2.0'
|
|
231
225
|
- - ">="
|
|
232
226
|
- !ruby/object:Gem::Version
|
|
233
|
-
version: 2.0.
|
|
227
|
+
version: 2.0.8
|
|
234
228
|
- !ruby/object:Gem::Dependency
|
|
235
229
|
name: turbo_tests2
|
|
236
230
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -240,7 +234,7 @@ dependencies:
|
|
|
240
234
|
version: '3.1'
|
|
241
235
|
- - ">="
|
|
242
236
|
- !ruby/object:Gem::Version
|
|
243
|
-
version: 3.1.
|
|
237
|
+
version: 3.1.5
|
|
244
238
|
type: :development
|
|
245
239
|
prerelease: false
|
|
246
240
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -250,7 +244,7 @@ dependencies:
|
|
|
250
244
|
version: '3.1'
|
|
251
245
|
- - ">="
|
|
252
246
|
- !ruby/object:Gem::Version
|
|
253
|
-
version: 3.1.
|
|
247
|
+
version: 3.1.5
|
|
254
248
|
- !ruby/object:Gem::Dependency
|
|
255
249
|
name: ruby-progressbar
|
|
256
250
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -294,7 +288,7 @@ dependencies:
|
|
|
294
288
|
version: '2.0'
|
|
295
289
|
- - ">="
|
|
296
290
|
- !ruby/object:Gem::Version
|
|
297
|
-
version: 2.0.
|
|
291
|
+
version: 2.0.3
|
|
298
292
|
type: :development
|
|
299
293
|
prerelease: false
|
|
300
294
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -304,7 +298,7 @@ dependencies:
|
|
|
304
298
|
version: '2.0'
|
|
305
299
|
- - ">="
|
|
306
300
|
- !ruby/object:Gem::Version
|
|
307
|
-
version: 2.0.
|
|
301
|
+
version: 2.0.3
|
|
308
302
|
- !ruby/object:Gem::Dependency
|
|
309
303
|
name: rspec
|
|
310
304
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -469,7 +463,7 @@ description: |
|
|
|
469
463
|
Enables Ruby projects to more confidently support even the most finely-aged Rubies.
|
|
470
464
|
Part of the rubocop-lts family.
|
|
471
465
|
email:
|
|
472
|
-
-
|
|
466
|
+
- floss@galtzo.com
|
|
473
467
|
executables: []
|
|
474
468
|
extensions: []
|
|
475
469
|
extra_rdoc_files:
|
|
@@ -492,25 +486,7 @@ files:
|
|
|
492
486
|
- README.md
|
|
493
487
|
- RUBOCOP.md
|
|
494
488
|
- SECURITY.md
|
|
495
|
-
- certs/pboling.pem
|
|
496
489
|
- config/base.yml
|
|
497
|
-
- config/internal/base.yml
|
|
498
|
-
- config/internal/ruby-1.8.yml
|
|
499
|
-
- config/internal/ruby-1.9.yml
|
|
500
|
-
- config/internal/ruby-2.0.yml
|
|
501
|
-
- config/internal/ruby-2.1.yml
|
|
502
|
-
- config/internal/ruby-2.2.yml
|
|
503
|
-
- config/internal/ruby-2.3.yml
|
|
504
|
-
- config/internal/ruby-2.4.yml
|
|
505
|
-
- config/internal/ruby-2.5.yml
|
|
506
|
-
- config/internal/ruby-2.6.yml
|
|
507
|
-
- config/internal/ruby-2.7.yml
|
|
508
|
-
- config/internal/ruby-3.0.yml
|
|
509
|
-
- config/internal/ruby-3.1.yml
|
|
510
|
-
- config/internal/ruby-3.2.yml
|
|
511
|
-
- config/internal/ruby-3.3.yml
|
|
512
|
-
- config/internal/ruby-3.4.yml
|
|
513
|
-
- config/internal/ruby-3.5.yml
|
|
514
490
|
- config/ruby-1.8.yml
|
|
515
491
|
- config/ruby-1.9.yml
|
|
516
492
|
- config/ruby-2.0.yml
|
|
@@ -538,10 +514,10 @@ licenses:
|
|
|
538
514
|
- MIT
|
|
539
515
|
metadata:
|
|
540
516
|
homepage_uri: https://standard-rubocop-lts.galtzo.com
|
|
541
|
-
source_code_uri: https://github.com/rubocop-lts/standard-rubocop-lts/tree/v2.0.
|
|
542
|
-
changelog_uri: https://github.com/rubocop-lts/standard-rubocop-lts/blob/v2.0.
|
|
517
|
+
source_code_uri: https://github.com/rubocop-lts/standard-rubocop-lts/tree/v2.0.8
|
|
518
|
+
changelog_uri: https://github.com/rubocop-lts/standard-rubocop-lts/blob/v2.0.8/CHANGELOG.md
|
|
543
519
|
bug_tracker_uri: https://github.com/rubocop-lts/standard-rubocop-lts/issues
|
|
544
|
-
documentation_uri: https://www.rubydoc.info/gems/standard-rubocop-lts/2.0.
|
|
520
|
+
documentation_uri: https://www.rubydoc.info/gems/standard-rubocop-lts/2.0.8
|
|
545
521
|
funding_uri: https://github.com/sponsors/pboling
|
|
546
522
|
wiki_uri: https://github.com/rubocop-lts/standard-rubocop-lts/wiki
|
|
547
523
|
news_uri: https://www.railsbling.com/tags/standard-rubocop-lts
|
metadata.gz.sig
CHANGED
|
Binary file
|
data/certs/pboling.pem
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
-----BEGIN CERTIFICATE-----
|
|
2
|
-
MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
|
|
3
|
-
ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
|
|
4
|
-
A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
|
|
5
|
-
DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
|
|
6
|
-
LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAruUoo0WA
|
|
7
|
-
uoNuq6puKWYeRYiZekz/nsDeK5x/0IEirzcCEvaHr3Bmz7rjo1I6On3gGKmiZs61
|
|
8
|
-
LRmQ3oxy77ydmkGTXBjruJB+pQEn7UfLSgQ0xa1/X3kdBZt6RmabFlBxnHkoaGY5
|
|
9
|
-
mZuZ5+Z7walmv6sFD9ajhzj+oIgwWfnEHkXYTR8I6VLN7MRRKGMPoZ/yvOmxb2DN
|
|
10
|
-
coEEHWKO9CvgYpW7asIihl/9GMpKiRkcYPm9dGQzZc6uTwom1COfW0+ZOFrDVBuV
|
|
11
|
-
FMQRPswZcY4Wlq0uEBLPU7hxnCL9nKK6Y9IhdDcz1mY6HZ91WImNslOSI0S8hRpj
|
|
12
|
-
yGOWxQIhBT3fqCBlRIqFQBudrnD9jSNpSGsFvbEijd5ns7Z9ZMehXkXDycpGAUj1
|
|
13
|
-
to/5cuTWWw1JqUWrKJYoifnVhtE1o1DZ+LkPtWxHtz5kjDG/zR3MG0Ula0UOavlD
|
|
14
|
-
qbnbcXPBnwXtTFeZ3C+yrWpE4pGnl3yGkZj9SMTlo9qnTMiPmuWKQDatAgMBAAGj
|
|
15
|
-
fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQE8uWvNbPVNRXZ
|
|
16
|
-
HlgPbc2PCzC4bjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
|
|
17
|
-
A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
|
|
18
|
-
ggGBAJbnUwfJQFPkBgH9cL7hoBfRtmWiCvdqdjeTmi04u8zVNCUox0A4gT982DE9
|
|
19
|
-
wmuN12LpdajxZONqbXuzZvc+nb0StFwmFYZG6iDwaf4BPywm2e/Vmq0YG45vZXGR
|
|
20
|
-
L8yMDSK1cQXjmA+ZBKOHKWavxP6Vp7lWvjAhz8RFwqF9GuNIdhv9NpnCAWcMZtpm
|
|
21
|
-
GUPyIWw/Cw/2wZp74QzZj6Npx+LdXoLTF1HMSJXZ7/pkxLCsB8m4EFVdb/IrW/0k
|
|
22
|
-
kNSfjtAfBHO8nLGuqQZVH9IBD1i9K6aSs7pT6TW8itXUIlkIUI2tg5YzW6OFfPzq
|
|
23
|
-
QekSkX3lZfY+HTSp/o+YvKkqWLUV7PQ7xh1ZYDtocpaHwgxe/j3bBqHE+CUPH2vA
|
|
24
|
-
0V/FwdTRWcwsjVoOJTrYcff8pBZ8r2MvtAc54xfnnhGFzeRHfcltobgFxkAXdE6p
|
|
25
|
-
DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
|
|
26
|
-
L9nRqA==
|
|
27
|
-
-----END CERTIFICATE-----
|
data/config/internal/base.yml
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
# Alphabetizing lists enforces minimal churn in git history post-correction
|
|
2
|
-
Bundler/OrderedGems:
|
|
3
|
-
Enabled: true
|
|
4
|
-
|
|
5
|
-
Gemspec/DependencyVersion:
|
|
6
|
-
Enabled: true
|
|
7
|
-
EnforcedStyle: required
|
|
8
|
-
|
|
9
|
-
# See: https://github.com/rubygems/rubygems/discussions/5065#discussioncomment-7031586
|
|
10
|
-
Gemspec/DevelopmentDependencies:
|
|
11
|
-
Enabled: true
|
|
12
|
-
EnforcedStyle: gemspec
|
|
13
|
-
|
|
14
|
-
# Alphabetizing lists enforces minimal churn in git history
|
|
15
|
-
Gemspec/OrderedDependencies:
|
|
16
|
-
Enabled: true
|
|
17
|
-
|
|
18
|
-
Gemspec/RequiredRubyVersion:
|
|
19
|
-
Enabled: true
|
|
20
|
-
|
|
21
|
-
Gemspec/RubyVersionGlobalsUsage:
|
|
22
|
-
Enabled: true
|
|
23
|
-
|
|
24
|
-
# See: https://github.com/rubocop/rubocop-performance/issues/329#issuecomment-1451511402
|
|
25
|
-
Performance/ArraySemiInfiniteRangeSlice:
|
|
26
|
-
Enabled: false
|
|
27
|
-
|
|
28
|
-
# See: https://github.com/rubocop/rubocop-performance/issues/329#issuecomment-1451511402
|
|
29
|
-
Performance/BigDecimalWithNumericArgument:
|
|
30
|
-
Enabled: false
|
|
31
|
-
|
|
32
|
-
# See: https://github.com/rubocop/rubocop-performance/issues/329#issuecomment-1375527811
|
|
33
|
-
Performance/BlockGivenWithExplicitBlock:
|
|
34
|
-
Enabled: false
|
|
35
|
-
|
|
36
|
-
# See:
|
|
37
|
-
# https://github.com/rubocop/rubocop-performance/issues/240
|
|
38
|
-
# https://github.com/rubocop/rubocop-performance/pull/241
|
|
39
|
-
Performance/Casecmp:
|
|
40
|
-
Enabled: false
|
|
41
|
-
|
|
42
|
-
# See: https://github.com/rubocop/rubocop-performance/issues/329#issuecomment-1451511402
|
|
43
|
-
Performance/IoReadlines:
|
|
44
|
-
Enabled: false
|
|
45
|
-
|
|
46
|
-
# This cop is 66% incorrect, and hasn't been fixed in 2+ years.
|
|
47
|
-
# See: https://github.com/rubocop/rubocop-rake/issues/42
|
|
48
|
-
Rake/MethodDefinitionInTask:
|
|
49
|
-
Enabled: false
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
inherit_from: ./ruby-1.9.yml
|
|
2
|
-
|
|
3
|
-
# NOTE: The lowest TargetRubyVersion that can be declared is 2.0
|
|
4
|
-
# AllCops:
|
|
5
|
-
# TargetRubyVersion: 1.8
|
|
6
|
-
|
|
7
|
-
##############################################################################
|
|
8
|
-
# Additional rules that allow preservation of ruby 1.8.7 / ree compatibility #
|
|
9
|
-
# These are not in standard, and are the primary reason this gem exists. #
|
|
10
|
-
##############################################################################
|
|
11
|
-
|
|
12
|
-
# Ruby 1.8.7 needs the . on chain of method calls at the end of a line
|
|
13
|
-
# This cop is disabled for Ruby 1.8 in Standard, which is doesn't help
|
|
14
|
-
# RuboCop/Standard users ensure their codebase remains compatible with Ruby 1.8
|
|
15
|
-
# As such we override here!
|
|
16
|
-
# See: https://github.com/standardrb/standard/issues/561
|
|
17
|
-
Layout/DotPosition:
|
|
18
|
-
EnforcedStyle: trailing
|
|
19
|
-
|
|
20
|
-
# Disabled in standard's base.yml. Keeping here in case it is removed from base.
|
|
21
|
-
Style/Documentation:
|
|
22
|
-
Enabled: false
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
inherit_from: ./ruby-2.0.yml
|
|
2
|
-
|
|
3
|
-
# NOTE: The lowest TargetRubyVersion that can be declared is 2.0
|
|
4
|
-
# AllCops:
|
|
5
|
-
# TargetRubyVersion: 1.9
|
|
6
|
-
|
|
7
|
-
# Standard's rules in base.yml do not work with Ruby < 2.0, so overriding.
|
|
8
|
-
# See: https://github.com/standardrb/standard/pull/563#issuecomment-1567471055
|
|
9
|
-
# Percent delimiters are not supported until Ruby 2.0
|
|
10
|
-
Style/PercentLiteralDelimiters:
|
|
11
|
-
Enabled: false
|
|
12
|
-
|
|
13
|
-
# Percent delimiters are not supported until Ruby 2.0
|
|
14
|
-
# Standard doesn't include this rule, because Ruby version compatibility
|
|
15
|
-
# isn't a primary concern for Standard.
|
|
16
|
-
# However, it is a primary concern for rubocop-lts.
|
|
17
|
-
Style/SymbolArray:
|
|
18
|
-
Enabled: true
|
|
19
|
-
EnforcedStyle: brackets
|
|
20
|
-
|
|
21
|
-
# Percent delimiters are not supported until Ruby 2.0
|
|
22
|
-
# Standard doesn't include this rule, because Ruby version compatibility
|
|
23
|
-
# isn't a primary concern for Standard.
|
|
24
|
-
# However, it is a primary concern for rubocop-lts.
|
|
25
|
-
Style/WordArray:
|
|
26
|
-
Enabled: true
|
|
27
|
-
EnforcedStyle: brackets
|
|
28
|
-
|
|
29
|
-
##############################################################################
|
|
30
|
-
# Additional rules that allow preservation of ruby 1.8.7 / ree compatibility #
|
|
31
|
-
# These are not in standard, and are a secondary reason this gem exists. #
|
|
32
|
-
##############################################################################
|
|
33
|
-
|
|
34
|
-
# Disabled in standard's base.yml, which allows magic encoding comments to live on.
|
|
35
|
-
# Reproducing here, in case Standard Ruby drops the config.
|
|
36
|
-
#
|
|
37
|
-
Style/Encoding:
|
|
38
|
-
Enabled: false
|
|
39
|
-
# The encoding comments can be removed once a project drops Ruby 1.9 support.
|
|
40
|
-
# Whole file UTF-8 Encoding is default in Ruby 2+, so the Encoding comment is usually not needed there.
|
|
41
|
-
# See:
|
|
42
|
-
# * https://www.rubydoc.info/gems/rubocop/0.49.0/RuboCop/Cop/Style/Encoding
|
|
43
|
-
# * https://rubydoc.info/gems/rubocop/RuboCop/Cop/Style/Encoding
|
|
44
|
-
# Unfortunately in latest RuboCop there is only a "never" style enforced (i.e. encodings are always bad).
|
|
45
|
-
# TODO: Consider bringing back this rule as a new Cop (extracted from old RuboCop)
|
|
46
|
-
#Style/Encoding:
|
|
47
|
-
# Enabled: true
|
|
48
|
-
# EnforcedStyle: always
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
inherit_from: ./ruby-2.1.yml
|
|
2
|
-
|
|
3
|
-
AllCops:
|
|
4
|
-
TargetRubyVersion: 2.0
|
|
5
|
-
|
|
6
|
-
# Disabled by Standard, which doesn't help compat, so overriding for Ruby < 2.1
|
|
7
|
-
# See: https://github.com/standardrb/standard/blob/main/config/ruby-1.9.yml#L6C1-L6C21
|
|
8
|
-
Style/HashConversion:
|
|
9
|
-
Enabled: true
|
|
10
|
-
AllowSplatArgument: false
|