rubocop-lts 6.0.0 → 6.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +44 -7
- data/README.md +29 -264
- data/SECURITY.md +11 -0
- data/lib/rubocop/lts/version.rb +1 -1
- metadata +11 -17
- data/spec/config/rspec/rspec_core.rb +0 -13
- data/spec/rubocop/lts_spec.rb +0 -7
- data/spec/spec_helper.rb +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 764511abe05834444e4147ba93d947d74aee89dd4d57338440b9cb50d1e49b8d
|
4
|
+
data.tar.gz: f92de4f13a557c8f456258051990c7f53ea1d102c57e46a145aa39851a965a32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4fcb0fd2f7d387e60800f66f47882263419ab61efd8c96542cbc1f526930bc2e6fc28170c8b82c48e728abcda049c95d6afb6e8b0ca5638e8cff8581aff49482
|
7
|
+
data.tar.gz: c4f129b3c3133dbce5ed8e5ea4b02da0ea866411d4b825f7b3c9d3d21c88830ff241d5f2d04643dde5d6ccc86681573501690d1e2a7bfd11169da8de32d45b17
|
data/CHANGELOG.md
CHANGED
@@ -13,9 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
13
13
|
|
14
14
|
### Removed
|
15
15
|
|
16
|
+
## [6.0.1] - 2022-06-08
|
17
|
+
### Added
|
18
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
19
|
+
- Improve, and dry up documentation
|
20
|
+
|
16
21
|
## [6.0.0] - 2022-05-23
|
17
22
|
### Added
|
18
|
-
- Initial
|
23
|
+
- Initial even release supporting Ruby >= 2.1
|
24
|
+
|
25
|
+
## [5.0.2] - 2022-06-08
|
26
|
+
### Added
|
27
|
+
- Improve, and dry up documentation
|
19
28
|
|
20
29
|
## [5.0.1] - 2022-05-23
|
21
30
|
### Fixed
|
@@ -25,6 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
25
34
|
### Added
|
26
35
|
- Initial odd release supporting Ruby ~> 2.1
|
27
36
|
|
37
|
+
## [4.0.3] - 2022-06-08
|
38
|
+
### Fixed
|
39
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
40
|
+
|
28
41
|
## [4.0.2] - 2022-05-23
|
29
42
|
### Fixed
|
30
43
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -38,6 +51,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
38
51
|
### Added
|
39
52
|
- Initial even release supporting Ruby >= 2.0
|
40
53
|
|
54
|
+
## [3.0.3] - 2022-06-08
|
55
|
+
### Added
|
56
|
+
- Improve, and dry up documentation
|
57
|
+
|
41
58
|
## [3.0.2] - 2022-05-23
|
42
59
|
### Fixed
|
43
60
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -51,6 +68,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
51
68
|
### Added
|
52
69
|
- Initial odd release supporting Ruby ~> 2.0
|
53
70
|
|
71
|
+
## [2.0.5] - 2022-06-08
|
72
|
+
### Added
|
73
|
+
- Improve, and dry up documentation
|
74
|
+
|
75
|
+
## [2.0.4] - 2022-06-08
|
76
|
+
### Fixed
|
77
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
78
|
+
|
54
79
|
## [2.0.3] - 2022-05-23
|
55
80
|
### Fixed
|
56
81
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -69,6 +94,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
69
94
|
### Added
|
70
95
|
- Initial even release supporting Ruby >= 1.9
|
71
96
|
|
97
|
+
## [1.0.4] - 2022-06-08
|
98
|
+
### Added
|
99
|
+
- Security Policy @ SECURITY.md
|
100
|
+
- Improve, and dry up documentation
|
101
|
+
|
72
102
|
## [1.0.3] - 2022-05-23
|
73
103
|
### Fixed
|
74
104
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -87,20 +117,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
87
117
|
### Added
|
88
118
|
- Initial odd release supporting Ruby ~> 1.9
|
89
119
|
|
90
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.
|
91
|
-
[6.0.
|
120
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...HEAD
|
121
|
+
[6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
|
122
|
+
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
|
123
|
+
[5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
|
92
124
|
[5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
|
93
|
-
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.
|
125
|
+
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
|
126
|
+
[4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
|
94
127
|
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
95
128
|
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
96
|
-
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.
|
129
|
+
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
|
130
|
+
[3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
|
97
131
|
[3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
|
98
132
|
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
99
|
-
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.
|
133
|
+
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.0
|
134
|
+
[2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
|
135
|
+
[2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
|
100
136
|
[2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
|
101
137
|
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
102
138
|
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
103
|
-
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.
|
139
|
+
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
|
140
|
+
[1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
|
104
141
|
[1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
|
105
142
|
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
106
143
|
[1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
|
data/README.md
CHANGED
@@ -16,150 +16,39 @@
|
|
16
16
|
</a>
|
17
17
|
</p>
|
18
18
|
|
19
|
-
#
|
20
|
-
|
21
|
-
##
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
19
|
+
# RuboCop LTS
|
20
|
+
|
21
|
+
## PROJECT DOCUMENTATION
|
22
|
+
|
23
|
+
|🌱 [Why Build This?][Why-Build-This]
|
24
|
+
|🌱 [Convention > Configuration][Convention-Over-Configuration]
|
25
|
+
--⊕🌱 [Even Releases][Even-Major-Release]
|
26
|
+
--⊕🌱 [Odd Releases][Odd-Major-Release]
|
27
|
+
|🌱 [How to Upgrade Ruby (1.8 to 3.2)!][How-To-Upgrade-Ruby]
|
28
|
+
|👩💻 [Org Health](https://github.com/rubocop-lts/.github/blob/main/profile/README.md#👩💻-project-health])
|
29
|
+
--⊕👩💻 [Project Health](#👩💻-project-health)
|
30
|
+
|🌳 [This Branch](#🌳-this-branch)
|
31
|
+
|✨ [Installation](#✨-installation)
|
32
|
+
|🔧 [Usage](https://github.com/rubocop-lts/.github/blob/main/profile/README.md#🔧-usage)
|
33
|
+
|🏗️ [Development](https://github.com/rubocop-lts/.github/blob/main/profile/README.md#🏗️-development)
|
34
|
+
--⊕⚡️ [Contributing](https://github.com/rubocop-lts/.github/blob/main/profile/README.md#⚡️-contributing)
|
35
|
+
--⊕🌈 [Contributors](https://github.com/rubocop-lts/.github/blob/main/profile/README.md#🌈-contributors)
|
36
|
+
|📄 [License](https://github.com/rubocop-lts/.github/blob/main/profile/README.md#📄-license)
|
37
|
+
|⊕© [Copyright](https://github.com/rubocop-lts/.github/blob/main/profile/README.md#©-copyright)
|
38
|
+
|🤝 [Code of Conduct](https://github.com/rubocop-lts/.github/blob/main/profile/README.md#🤝-code-of-conduct)
|
39
|
+
|📌 [Versioning](https://github.com/rubocop-lts/.github/blob/main/profile/README.md#📌-versioning)
|
40
|
+
|
41
|
+
[Why-Build-This]: https://github.com/rubocop-lts/.github/blob/main/profile/WHY_BUILD_THIS.md
|
42
|
+
[Convention-Over-Configuration]: https://github.com/rubocop-lts/.github/blob/main/profile/CONV_OVER_CONF.md
|
43
|
+
[Even-Major-Release]: https://github.com/rubocop-lts/.github/blob/main/profile/CONV_OVER_CONF.md#even-major-release
|
44
|
+
[Odd-Major-Release]: https://github.com/rubocop-lts/.github/blob/main/profile/CONV_OVER_CONF.md#odd-major-release
|
45
|
+
[How-To-Upgrade-Ruby]: https://github.com/rubocop-lts/.github/blob/main/profile/HOW_TO_UPGRADE_RUBY.md
|
46
|
+
|
47
|
+
## 🌳 This Branch
|
36
48
|
|
37
49
|
<!-- FIND VERSION -->
|
38
50
|
**This README is for the even release of `rubocop-lts` supporting Ruby >= 2.1.0.**
|
39
51
|
|
40
|
-
[odd-release]: https://github.com/rubocop-lts/rubocop-lts#odd-major-release
|
41
|
-
[even-release]: https://github.com/rubocop-lts/rubocop-lts#even-major-release
|
42
|
-
|
43
|
-
## Version Conventions
|
44
|
-
|
45
|
-
### Odd Major Release
|
46
|
-
|
47
|
-
Versions like:
|
48
|
-
```ruby
|
49
|
-
"1.0.0"
|
50
|
-
"3.0.0"
|
51
|
-
"5.0.0"
|
52
|
-
# ... etc
|
53
|
-
```
|
54
|
-
Locked to a single minor version of Ruby, e.g. version 15.0 has a `required_ruby_version` of `['>= 2.6.0', '< 2.7']`, which will install only on `2.6.x` versions of Ruby.
|
55
|
-
|
56
|
-
#### Implementation
|
57
|
-
|
58
|
-
Intended for applications and libraries that only lint against a single Ruby version.
|
59
|
-
|
60
|
-
Odd versions should be attached to a project's trunk (e.g. the main branch), for long-term stability (ahem, _lts_, anyone?) of the style rules.
|
61
|
-
|
62
|
-
| Your Ruby | Your Gemfile | Your Gemfile.lock | Your .rubocop.yml |
|
63
|
-
|-----------------------------------|--------------------------------|-------------------|------------------------------------------------|
|
64
|
-
| `1.9.x` (`['>= 1.9.0', '< 2']`) | `gem "rubocop-lts", "~> 1.0"` | `rubocop-ruby1_9` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
65
|
-
| `2.0.x` (`['>= 2.0.0', '< 2.1']`) | `gem "rubocop-lts", "~> 3.0"` | `rubocop-ruby2_0` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
66
|
-
| `2.1.x` (`['>= 2.1.0', '< 2.2']`) | `gem "rubocop-lts", "~> 5.0"` | `rubocop-ruby2_1` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
67
|
-
| `2.2.x` (`['>= 2.2.0', '< 2.3']`) | `gem "rubocop-lts", "~> 7.0"` | `rubocop-ruby2_2` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
68
|
-
| `2.3.x` (`['>= 2.3.0', '< 2.4']`) | `gem "rubocop-lts", "~> 9.0"` | `rubocop-ruby2_3` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
69
|
-
| `2.4.x` (`['>= 2.4.0', '< 2.5']`) | `gem "rubocop-lts", "~> 11.0"` | `rubocop-ruby2_4` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
70
|
-
| `2.5.x` (`['>= 2.5.0', '< 2.6']`) | `gem "rubocop-lts", "~> 13.0"` | `rubocop-ruby2_5` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
71
|
-
| `2.6.x` (`['>= 2.6.0', '< 2.7']`) | `gem "rubocop-lts", "~> 15.0"` | `rubocop-ruby2_6` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
72
|
-
| `2.7.x` (`['>= 2.7.0', '< 3.0']`) | `gem "rubocop-lts", "~> 17.0"` | `rubocop-ruby2_7` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
73
|
-
| `3.0.x` (`['>= 3.0.0', '< 3.1']`) | `gem "rubocop-lts", "~> 19.0"` | `rubocop-ruby3_0` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
74
|
-
| `3.1.x` (`['>= 3.1.0', '< 3.2']`) | `gem "rubocop-lts", "~> 21.0"` | `rubocop-ruby3_1` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
75
|
-
| `3.2.x` / ruby-head | `gem "rubocop-lts", "~> 23.0"` | `rubocop-ruby3_2` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
76
|
-
|
77
|
-
### Even Major Release
|
78
|
-
|
79
|
-
Versions like:
|
80
|
-
```ruby
|
81
|
-
"2.0.0"
|
82
|
-
"4.0.0"
|
83
|
-
"6.0.0"
|
84
|
-
# ... etc
|
85
|
-
```
|
86
|
-
Locked to the forward range of Rubies on which the gem can be installed (though rubocop may not execute on all),
|
87
|
-
e.g. version 16.0 has a `required_ruby_version` of `['>= 2.6.0', '< 3.2']` will install on any released version
|
88
|
-
of ruby from `2.6` on.
|
89
|
-
|
90
|
-
#### Implementation
|
91
|
-
|
92
|
-
Intended for applications and libraries that lint against a range of Ruby versions.
|
93
|
-
|
94
|
-
Even versions will help projects upgrade to newer Rubies while keeping the same underlying version of Rubocop version, so change can be introduced one step at a time.
|
95
|
-
|
96
|
-
| Minimum Ruby | Your Gemfile | Your Gemfile.lock | Your .rubocop.yml |
|
97
|
-
|-----------------------------------|--------------------------------|-------------------|------------------------------------------------|
|
98
|
-
| `1.9.x` (`['>= 1.9.0', '< 3.2']`) | `gem "rubocop-lts", "~> 2.0"` | `rubocop-ruby1_9` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
99
|
-
| `2.0.x` (`['>= 2.0.0', '< 3.2']`) | `gem "rubocop-lts", "~> 4.0"` | `rubocop-ruby2_0` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
100
|
-
| `2.1.x` (`['>= 2.1.0', '< 3.2']`) | `gem "rubocop-lts", "~> 6.0"` | `rubocop-ruby2_1` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
101
|
-
| `2.2.x` (`['>= 2.2.0', '< 3.2']`) | `gem "rubocop-lts", "~> 8.0"` | `rubocop-ruby2_2` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
102
|
-
| `2.3.x` (`['>= 2.3.0', '< 3.2']`) | `gem "rubocop-lts", "~> 10.0"` | `rubocop-ruby2_3` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
103
|
-
| `2.4.x` (`['>= 2.4.0', '< 3.2']`) | `gem "rubocop-lts", "~> 12.0"` | `rubocop-ruby2_4` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
104
|
-
| `2.5.x` (`['>= 2.5.0', '< 3.2']`) | `gem "rubocop-lts", "~> 14.0"` | `rubocop-ruby2_5` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
105
|
-
| `2.6.x` (`['>= 2.6.0', '< 3.2']`) | `gem "rubocop-lts", "~> 16.0"` | `rubocop-ruby2_6` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
106
|
-
| `2.7.x` (`['>= 2.7.0', '< 3.2']`) | `gem "rubocop-lts", "~> 18.0"` | `rubocop-ruby2_7` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
107
|
-
| `3.0.x` (`['>= 3.0.0', '< 3.2']`) | `gem "rubocop-lts", "~> 20.0"` | `rubocop-ruby3_0` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
108
|
-
| `3.1.x` (`['>= 3.1.0', '< 3.2']`) | `gem "rubocop-lts", "~> 22.0"` | `rubocop-ruby3_1` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
109
|
-
| `3.2.x` / ruby-head | `gem "rubocop-lts", "~> 24.0"` | `rubocop-ruby3_2` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
110
|
-
|
111
|
-
### All together now!
|
112
|
-
|
113
|
-
Upgrading a single step from odd to even will allow upgrading Ruby.
|
114
|
-
|
115
|
-
Upgrading a single step from even to odd will keep the same version of Ruby, and instead upgrade to the next RuboCop milestone.
|
116
|
-
|
117
|
-
Each major version will have a tracking branch named accordingly, [for development](https://github.com/rubocop-lts/rubocop-lts#git-branch-names).
|
118
|
-
|
119
|
-
### 🪢 How To Untie Gorgon's Knot
|
120
|
-
|
121
|
-
> NOTE: The ruby specific versions, e.g. `rubocop-ruby2_7`, can be used if you won't be upgrading ruby. Keep scrolling down for links to each of them.
|
122
|
-
|
123
|
-
How to upgrade a project from yesterday, to today.
|
124
|
-
|
125
|
-
1. Have good code coverage.
|
126
|
-
2. Upgrade one step at a time.
|
127
|
-
3. Re-run `bundle exec rubocop -a` in between each step.
|
128
|
-
4. Re-run `bundle exec rubocop --auto-gen-config` in between each step.
|
129
|
-
5. Commit and push to CI in between each step.
|
130
|
-
|
131
|
-
| Your Ruby | Your Gemfile | required_ruby_version | Your Gemfile.lock | Your .rubocop.yml |
|
132
|
-
|---------------|--------------------------------------|-------------------------|------------------------------|------------------------------------------------|
|
133
|
-
| `1.9.x` | `gem "rubocop-lts", "~> 1.0"` | `['>= 1.9.0', '< 2']` | [`rubocop-ruby1_9`][⛳️19-gh] | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
134
|
-
| ⬆️ to `2.0.x` | ⬆️ to `gem "rubocop-lts", "~> 2.0"` | `['>= 1.9.0', '< 3.2']` | no change | no change |
|
135
|
-
| no change | ⬆️ to `gem "rubocop-lts", "~> 3.0"` | `['>= 2.0.0', '< 2.1']` | [`rubocop-ruby2_0`][⛳️20-gh] | no change |
|
136
|
-
| ⬆️ to `2.1.x` | ⬆️ to `gem "rubocop-lts", "~> 4.0"` | `['>= 2.0.0', '< 3.2']` | no change | no change |
|
137
|
-
| no change | ⬆️ to `gem "rubocop-lts", "~> 5.0"` | `['>= 2.1.0', '< 2.2']` | [`rubocop-ruby2_1`][⛳️21-gh] | no change |
|
138
|
-
| ⬆️ to `2.2.x` | ⬆️ to `gem "rubocop-lts", "~> 6.0"` | `['>= 2.1.0', '< 3.2']` | no change | no change |
|
139
|
-
| no change | ⬆️ to `gem "rubocop-lts", "~> 7.0"` | `['>= 2.2.0', '< 2.3']` | [`rubocop-ruby2_2`][⛳️22-gh] | no change |
|
140
|
-
| ⬆️ to `2.3.x` | ⬆️ to `gem "rubocop-lts", "~> 8.0"` | `['>= 2.2.0', '< 3.2']` | no change | no change |
|
141
|
-
| no change | ⬆️ to `gem "rubocop-lts", "~> 9.0"` | `['>= 2.3.0', '< 2.4']` | [`rubocop-ruby2_3`][⛳️23-gh] | no change |
|
142
|
-
| ⬆️ to `2.4.x` | ⬆️ to `gem "rubocop-lts", "~> 10.0"` | `['>= 2.3.0', '< 3.2']` | no change | no change |
|
143
|
-
| no change | ⬆️ to `gem "rubocop-lts", "~> 11.0"` | `['>= 2.4.0', '< 2.5']` | [`rubocop-ruby2_4`][⛳️24-gh] | no change |
|
144
|
-
| ⬆️ to `2.5.x` | ⬆️ to `gem "rubocop-lts", "~> 12.0"` | `['>= 2.4.0', '< 3.2']` | no change | no change |
|
145
|
-
| no change | ⬆️ to `gem "rubocop-lts", "~> 13.0"` | `['>= 2.5.0', '< 2.6']` | [`rubocop-ruby2_5`][⛳️25-gh] | no change |
|
146
|
-
| ⬆️ to `2.6.x` | ⬆️ to `gem "rubocop-lts", "~> 14.0"` | `['>= 2.5.0', '< 3.2']` | no change | no change |
|
147
|
-
| no change | ⬆️ to `gem "rubocop-lts", "~> 15.0"` | `['>= 2.6.0', '< 2.7']` | [`rubocop-ruby2_6`][⛳️26-gh] | no change |
|
148
|
-
| ⬆️ to `2.7.x` | ⬆️ to `gem "rubocop-lts", "~> 16.0"` | `['>= 2.6.0', '< 3.2']` | no change | no change |
|
149
|
-
| no change | ⬆️ to `gem "rubocop-lts", "~> 17.0"` | `['>= 2.7.0', '< 3.0']` | [`rubocop-ruby2_7`][⛳️27-gh] | no change |
|
150
|
-
| ⬆️ to `3.0.x` | ⬆️ to `gem "rubocop-lts", "~> 18.0"` | `['>= 2.7.0', '< 3.2']` | no change | no change |
|
151
|
-
| no change | ⬆️ to `gem "rubocop-lts", "~> 19.0"` | `['>= 3.0.0', '< 3.1']` | [`rubocop-ruby3_0`][⛳️30-gh] | no change |
|
152
|
-
| ⬆️ to `3.1.x` | ⬆️ to `gem "rubocop-lts", "~> 20.0"` | `['>= 3.0.0', '< 3.2']` | no change | no change |
|
153
|
-
| no change | ⬆️ to `gem "rubocop-lts", "~> 21.0"` | `['>= 3.1.0', '< 3.2']` | [`rubocop-ruby3_1`][⛳️31-gh] | no change |
|
154
|
-
| ⬆️ to `3.2.x` | ⬆️ to `gem "rubocop-lts", "~> 22.0"` | `['>= 3.1.0', '< 3.2']` | no change | no change |
|
155
|
-
| no change | ⬆️ to `gem "rubocop-lts", "~> 23.0"` | `['>= 3.2.0', '< 3.3']` | [`rubocop-ruby3_2`][⛳️32-gh] | no change |
|
156
|
-
| ⬆️ to `3.3.x` | ⬆️ to `gem "rubocop-lts", "~> 24.0"` | `['>= 3.2.0', '< 3.3']` | no change | no change |
|
157
|
-
|
158
|
-
> NOTE: `required_ruby_version` means the gem will install on a version of Ruby within the range.
|
159
|
-
> Versions of this gem intended for ancient Rubies may not execute on more modern Rubies, _despite installing_.
|
160
|
-
> As such you might consider limiting linting to only a single version of Ruby, the oldest one supported.
|
161
|
-
> Speaking of old rubies... 👇
|
162
|
-
|
163
52
|
### 📼 Supporting Ruby 1.8
|
164
53
|
|
165
54
|
Have a library still supporting Ruby 1.8.7, or looking to drop support for Ruby 1.8.7 in a SemVer-compliant manner?
|
@@ -209,130 +98,6 @@ And then execute:
|
|
209
98
|
|
210
99
|
$ bundle
|
211
100
|
|
212
|
-
## 🔧 Usage
|
213
|
-
|
214
|
-
The following is optional. We'll discuss why you might want to do this after you see what it does.
|
215
|
-
|
216
|
-
Add to the top of your project's `.rubocop.yml` configuration file:
|
217
|
-
|
218
|
-
```yaml
|
219
|
-
inherit_gem:
|
220
|
-
- rubocop-lts.yml
|
221
|
-
```
|
222
|
-
|
223
|
-
## Development
|
224
|
-
|
225
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
226
|
-
|
227
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
228
|
-
|
229
|
-
### Git Branch Names
|
230
|
-
|
231
|
-
#### Naming Scheme
|
232
|
-
|
233
|
-
```ruby
|
234
|
-
"r{{ ruby major }}_{{ ruby minor }}-{{ parity }}-v{{ gem-version }}"
|
235
|
-
```
|
236
|
-
|
237
|
-
##### Parity
|
238
|
-
|
239
|
-
Even versions use the token `even` in the branch name.
|
240
|
-
Odd versions use the token `odd` in the branch name.
|
241
|
-
|
242
|
-
#### Version - Branch Matrix
|
243
|
-
|
244
|
-
| Ruby Version | Parity | Gem Version | Branch Name | Purpose |
|
245
|
-
|-----------------|--------|-------------|-----------------|-----------------------------------|
|
246
|
-
| 1.9 | odd | 1.x | `r1_9-odd-v1` | LTS, trunk, single-ruby-linting |
|
247
|
-
| 1.9 | even | 2.x | `r1_9-even-v2` | Upgrade, feat, multi-ruby-linting |
|
248
|
-
| 2.0 | odd | 3.x | `r2_0-odd-v3` | LTS, trunk, single-ruby-linting |
|
249
|
-
| 2.0 | even | 4.x | `r2_0-even-v4` | Upgrade, feat, multi-ruby-linting |
|
250
|
-
| 2.1 | odd | 5.x | `r2_1-odd-v5` | LTS, trunk, single-ruby-linting |
|
251
|
-
| 2.1 | even | 6.x | `r2_1-even-v6` | Upgrade, feat, multi-ruby-linting |
|
252
|
-
| 2.2 | odd | 7.x | `r2_2-odd-v7` | LTS, trunk, single-ruby-linting |
|
253
|
-
| 2.2 | even | 8.x | `r2_2-even-v8` | Upgrade, feat, multi-ruby-linting |
|
254
|
-
| 2.3 | odd | 9.x | `r2_3-odd-v9` | LTS, trunk, single-ruby-linting |
|
255
|
-
| 2.3 | even | 10.x | `r2_3-even-v10` | Upgrade, feat, multi-ruby-linting |
|
256
|
-
| 2.4 | odd | 11.x | `r2_4-odd-v11` | LTS, trunk, single-ruby-linting |
|
257
|
-
| 2.4 | even | 12.x | `r2_4-even-v12` | Upgrade, feat, multi-ruby-linting |
|
258
|
-
| 2.5 | odd | 13.x | `r2_5-odd-v13` | LTS, trunk, single-ruby-linting |
|
259
|
-
| 2.5 | even | 14.x | `r2_5-even-v14` | Upgrade, feat, multi-ruby-linting |
|
260
|
-
| 2.6 | odd | 15.x | `r2_6-odd-v15` | LTS, trunk, single-ruby-linting |
|
261
|
-
| 2.6 | even | 16.x | `r2_6-even-v16` | Upgrade, feat, multi-ruby-linting |
|
262
|
-
| 2.7 | odd | 17.x | `r2_7-odd-v17` | LTS, trunk, single-ruby-linting |
|
263
|
-
| 2.7 | even | 18.x | `r2_7-even-v18` | Upgrade, feat, multi-ruby-linting |
|
264
|
-
| 3.0 | odd | 19.x | `r3_0-odd-v19` | LTS, trunk, single-ruby-linting |
|
265
|
-
| 3.0 | even | 20.x | `r3_0-even-v20` | Upgrade, feat, multi-ruby-linting |
|
266
|
-
| 3.1 | odd | 21.x | `r3_1-odd-v21` | LTS, trunk, single-ruby-linting |
|
267
|
-
| 3.1 | even | 22.x | `r3_1-even-v22` | Upgrade, feat, multi-ruby-linting |
|
268
|
-
| 3.2 / ruby-head | odd | 23.x | `r3_2-odd-v23` | LTS, trunk, single-ruby-linting |
|
269
|
-
| 3.2 / ruby-head | even | 24.x | `r3_2-even-v24` | Upgrade, feat, multi-ruby-linting |
|
270
|
-
|
271
|
-
> NOTE: For more on how Ruby 1.8 support works, see [above][lts1_8]
|
272
|
-
|
273
|
-
[lts1_8]: https://github.com/rubocop-lts/rubocop-lts#supporting-ruby-18
|
274
|
-
|
275
|
-
## ⚡️ Contributing
|
276
|
-
|
277
|
-
See [CONTRIBUTING.md][contributing]
|
278
|
-
|
279
|
-
## 🌈 Contributors
|
280
|
-
|
281
|
-
[![Contributors](https://contrib.rocks/image?repo=rubocop-lts/rubocop-lts)]("https://github.com/rubocop-lts/rubocop-lts/graphs/contributors")
|
282
|
-
|
283
|
-
Made with [contributors-img](https://contrib.rocks).
|
284
|
-
|
285
|
-
## 📄 License
|
286
|
-
|
287
|
-
The gem is available as open source under the terms of
|
288
|
-
the [MIT License][license] [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)][license-ref].
|
289
|
-
See [LICENSE][license] for the official [Copyright Notice][copyright-notice-explainer].
|
290
|
-
|
291
|
-
<details>
|
292
|
-
<summary>Project Logos (rubocop-lts)</summary>
|
293
|
-
|
294
|
-
See [docs/images/logo/README.txt][project-logos]
|
295
|
-
</details>
|
296
|
-
|
297
|
-
<details>
|
298
|
-
<summary>Organization Logo (rubocop-semver)</summary>
|
299
|
-
|
300
|
-
Author: [Yusuf Evli][org-logo-author]
|
301
|
-
Source: [Unsplash][org-logo-source]
|
302
|
-
License: [Unsplash License][org-logo-license]
|
303
|
-
</details>
|
304
|
-
|
305
|
-
[project-logos]: https://github.com/rubocop-lts/rubocop-lts/blob/main/docs/images/logo/README.txt
|
306
|
-
[org-logo-author]: https://unsplash.com/@yusufevli
|
307
|
-
[org-logo-source]: https://unsplash.com/photos/yaSLNLtKRIU
|
308
|
-
[org-logo-license]: https://unsplash.com/license
|
309
|
-
|
310
|
-
### © Copyright
|
311
|
-
|
312
|
-
* Copyright (c) 2022 [Peter H. Boling][peterboling] of [Rails Bling][railsbling]
|
313
|
-
|
314
|
-
## 🤝 Code of Conduct
|
315
|
-
|
316
|
-
Everyone interacting in Rubocop LTS codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rubocop-lts/rubocop-lts/blob/main/CODE_OF_CONDUCT.md).
|
317
|
-
|
318
|
-
## 📌 Versioning
|
319
|
-
|
320
|
-
This library aims to adhere to [Semantic Versioning 2.0.0][semver]. Violations of this scheme should be reported as
|
321
|
-
bugs. Specifically, if a minor or patch version is released that breaks backward compatibility, a new version should be
|
322
|
-
immediately released that restores compatibility. Breaking changes to the public API will only be introduced with new
|
323
|
-
major versions.
|
324
|
-
|
325
|
-
As a result of this policy, you can (and should) specify a dependency on this gem using
|
326
|
-
the [Pessimistic Version Constraint][pvc] with two digits of precision.
|
327
|
-
|
328
|
-
For example:
|
329
|
-
|
330
|
-
<!-- FIND VERSION -->
|
331
|
-
```ruby
|
332
|
-
spec.add_dependency "rubocop-lts", "~> 6.0"
|
333
|
-
```
|
334
|
-
|
335
|
-
|
336
101
|
<!-- columnar badge #s for Project Health table:
|
337
102
|
⛳️
|
338
103
|
🖇
|
data/SECURITY.md
CHANGED
@@ -15,6 +15,17 @@
|
|
15
15
|
| 9.x | :white_check_mark: |
|
16
16
|
| 10.x | :white_check_mark: |
|
17
17
|
| 11.x | :white_check_mark: |
|
18
|
+
| 12.x | :white_check_mark: |
|
19
|
+
| 13.x | :white_check_mark: |
|
20
|
+
| 14.x | :white_check_mark: |
|
21
|
+
| 15.x | :white_check_mark: |
|
22
|
+
| 16.x | :white_check_mark: |
|
23
|
+
| 17.x | :white_check_mark: |
|
24
|
+
| 18.x | :white_check_mark: |
|
25
|
+
| 19.x | :white_check_mark: |
|
26
|
+
| 20.x | :white_check_mark: |
|
27
|
+
| 21.x | :white_check_mark: |
|
28
|
+
| 22.x | :white_check_mark: |
|
18
29
|
|
19
30
|
## Reporting a Vulnerability
|
20
31
|
|
data/lib/rubocop/lts/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-lts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0.
|
4
|
+
version: 6.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop-ruby2_1
|
@@ -41,21 +41,18 @@ files:
|
|
41
41
|
- lib/rubocop/lts/version.rb
|
42
42
|
- rubocop-lts.yml
|
43
43
|
- sig/rubocop/lts.rbs
|
44
|
-
- spec/config/rspec/rspec_core.rb
|
45
|
-
- spec/rubocop/lts_spec.rb
|
46
|
-
- spec/spec_helper.rb
|
47
44
|
homepage: https://github.com/rubocop-lts/rubocop-lts
|
48
45
|
licenses:
|
49
46
|
- MIT
|
50
47
|
metadata:
|
51
48
|
homepage_uri: https://github.com/rubocop-lts/rubocop-lts
|
52
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v6.0.
|
53
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v6.0.
|
49
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v6.0.1
|
50
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v6.0.1/CHANGELOG.md
|
54
51
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
|
55
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/6.0.
|
52
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/6.0.1
|
56
53
|
wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
|
57
54
|
rubygems_mfa_required: 'true'
|
58
|
-
post_install_message:
|
55
|
+
post_install_message:
|
59
56
|
rdoc_options: []
|
60
57
|
require_paths:
|
61
58
|
- lib
|
@@ -66,18 +63,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
63
|
version: 2.1.0
|
67
64
|
- - "<"
|
68
65
|
- !ruby/object:Gem::Version
|
69
|
-
version: '
|
66
|
+
version: '4.0'
|
70
67
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
68
|
requirements:
|
72
69
|
- - ">="
|
73
70
|
- !ruby/object:Gem::Version
|
74
71
|
version: '0'
|
75
72
|
requirements: []
|
76
|
-
rubygems_version: 3.3.
|
77
|
-
signing_key:
|
73
|
+
rubygems_version: 3.3.15
|
74
|
+
signing_key:
|
78
75
|
specification_version: 4
|
79
76
|
summary: Rubocop LTS - Semantically Versioned
|
80
|
-
test_files:
|
81
|
-
- spec/spec_helper.rb
|
82
|
-
- spec/config/rspec/rspec_core.rb
|
83
|
-
- spec/rubocop/lts_spec.rb
|
77
|
+
test_files: []
|
@@ -1,13 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
RSpec.configure do |config|
|
4
|
-
# Enable flags like --only-failures and --next-failure
|
5
|
-
config.example_status_persistence_file_path = ".rspec_status"
|
6
|
-
|
7
|
-
# Disable RSpec exposing methods globally on `Module` and `main`
|
8
|
-
config.disable_monkey_patching!
|
9
|
-
|
10
|
-
config.expect_with :rspec do |c|
|
11
|
-
c.syntax = :expect
|
12
|
-
end
|
13
|
-
end
|
data/spec/rubocop/lts_spec.rb
DELETED