rubocop-lts 14.1.1 → 15.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +132 -16
- data/CONTRIBUTING.md +12 -26
- data/README.md +337 -198
- data/SECURITY.md +24 -31
- data/lib/rubocop/lts/version.rb +1 -3
- data/lib/rubocop/lts.rb +1 -12
- data/rubocop-lts.yml +2 -15
- data/sig/rubocop/lts.rbs +2 -4
- data/spec/config/rspec/rspec_core.rb +13 -0
- data/spec/rubocop/lts_spec.rb +7 -0
- data/spec/spec_helper.rb +7 -0
- metadata +30 -146
- checksums.yaml.gz.sig +0 -0
- data/config/base.yml +0 -2
- data/config/rails.yml +0 -4
- data/config/rails_rspec.yml +0 -4
- data/config/rspec.yml +0 -4
- data/config/ruby.yml +0 -4
- data/config/ruby_rspec.yml +0 -4
- data/config/rubygem.yml +0 -4
- data/config/rubygem_rspec.yml +0 -4
- data.tar.gz.sig +0 -0
- metadata.gz.sig +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4bff84286a3bb77dcc850657762f27bfa274c86c5ec266bdbb95543b6bcd047
|
4
|
+
data.tar.gz: 29c14565d6411d6a623f9567d3d9fe2ef82d0e28f8266b624263fcc15d1053ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 663845c2c0dc4766177b8771f312408f682c82151b67e34544d49a508d2aaab8e34d5d92b38c90632d35fbb2c5d59d2743d38d01e84fddf248d084806960e321
|
7
|
+
data.tar.gz: 4b714253ca2914250c02bb31eba67a53863defde10841a2c87658a40d083a4a3af9b07bbe2671174c8aff56284441118d45021afa7fed06b407f0322267ee3d9
|
data/CHANGELOG.md
CHANGED
@@ -6,31 +6,147 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
### Added
|
9
|
+
|
9
10
|
### Changed
|
11
|
+
|
10
12
|
### Fixed
|
13
|
+
|
11
14
|
### Removed
|
12
15
|
|
13
|
-
## [
|
16
|
+
## [15.0.0] - 2022-05-23
|
14
17
|
### Added
|
15
|
-
-
|
16
|
-
- `Rubocop::Lts.install_tasks` to roll-up rake tasks from dependencies (e.g. rubocop_gradual)
|
18
|
+
- Initial odd release supporting Ruby ~> 2.6
|
17
19
|
|
18
|
-
## [14.
|
19
|
-
###
|
20
|
-
-
|
20
|
+
## [14.0.0] - 2022-05-23
|
21
|
+
### Added
|
22
|
+
- Initial even release supporting Ruby >= 2.5
|
23
|
+
|
24
|
+
## [13.0.0] - 2022-05-23
|
25
|
+
### Added
|
26
|
+
- Initial odd release supporting Ruby ~> 2.5
|
27
|
+
|
28
|
+
## [12.0.0] - 2022-05-23
|
29
|
+
### Added
|
30
|
+
- Initial even release supporting Ruby >= 2.4
|
31
|
+
|
32
|
+
## [11.0.0] - 2022-05-23
|
33
|
+
### Added
|
34
|
+
- Initial odd release supporting Ruby ~> 2.4
|
21
35
|
|
22
|
-
## [
|
36
|
+
## [10.0.0] - 2022-05-23
|
37
|
+
### Added
|
38
|
+
- Initial even release supporting Ruby >= 2.3
|
39
|
+
|
40
|
+
## [9.0.0] - 2022-05-23
|
41
|
+
### Added
|
42
|
+
- Initial odd release supporting Ruby ~> 2.3
|
43
|
+
|
44
|
+
## [8.0.0] - 2022-05-23
|
45
|
+
### Added
|
46
|
+
- Initial even release supporting Ruby >= 2.2
|
47
|
+
|
48
|
+
## [7.0.0] - 2022-05-23
|
49
|
+
### Added
|
50
|
+
- Initial odd release supporting Ruby ~> 2.2
|
51
|
+
|
52
|
+
## [6.0.0] - 2022-05-23
|
53
|
+
### Added
|
54
|
+
- Initial even release supporting Ruby >= 2.1
|
55
|
+
|
56
|
+
## [5.0.1] - 2022-05-23
|
23
57
|
### Fixed
|
24
|
-
-
|
58
|
+
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
59
|
+
|
60
|
+
## [5.0.0] - 2022-05-23
|
25
61
|
### Added
|
26
|
-
-
|
62
|
+
- Initial odd release supporting Ruby ~> 2.1
|
27
63
|
|
28
|
-
## [
|
64
|
+
## [4.0.2] - 2022-05-23
|
65
|
+
### Fixed
|
66
|
+
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
67
|
+
|
68
|
+
## [4.0.1] - 2022-05-23
|
69
|
+
### Fixed
|
70
|
+
- Ship rubocop config files in gem
|
71
|
+
- rubocop-lts.yml
|
72
|
+
|
73
|
+
## [4.0.0] - 2022-05-22
|
29
74
|
### Added
|
30
|
-
- Initial even release supporting Ruby >= 2.
|
75
|
+
- Initial even release supporting Ruby >= 2.0
|
76
|
+
|
77
|
+
## [3.0.2] - 2022-05-23
|
78
|
+
### Fixed
|
79
|
+
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
80
|
+
|
81
|
+
## [3.0.1] - 2022-05-23
|
82
|
+
### Fixed
|
83
|
+
- Ship rubocop config files in gem
|
84
|
+
- rubocop-lts.yml
|
85
|
+
|
86
|
+
## [3.0.0] - 2022-05-22
|
87
|
+
### Added
|
88
|
+
- Initial odd release supporting Ruby ~> 2.0
|
89
|
+
|
90
|
+
## [2.0.3] - 2022-05-23
|
91
|
+
### Fixed
|
92
|
+
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
93
|
+
|
94
|
+
## [2.0.2] - 2022-05-23
|
95
|
+
### Fixed
|
96
|
+
- Ship rubocop config files in gem
|
97
|
+
- rubocop-lts.yml
|
98
|
+
- rubocop-lts1_8.yml
|
99
|
+
|
100
|
+
## [2.0.1] - 2022-05-22
|
101
|
+
### Fixed
|
102
|
+
- Documentation typos & gemspec URLs
|
103
|
+
|
104
|
+
## [2.0.0] - 2022-05-22
|
105
|
+
### Added
|
106
|
+
- Initial even release supporting Ruby >= 1.9
|
107
|
+
|
108
|
+
## [1.0.3] - 2022-05-23
|
109
|
+
### Fixed
|
110
|
+
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
111
|
+
|
112
|
+
## [1.0.2] - 2022-05-23
|
113
|
+
### Fixed
|
114
|
+
- Ship rubocop config files in gem
|
115
|
+
- rubocop-lts.yml
|
116
|
+
- rubocop-lts1_8.yml
|
117
|
+
|
118
|
+
## [1.0.1] - 2022-05-22
|
119
|
+
### Fixed
|
120
|
+
- Documentation typos & gemspec URLs
|
121
|
+
|
122
|
+
## [1.0.0] - 2022-05-22
|
123
|
+
### Added
|
124
|
+
- Initial odd release supporting Ruby ~> 1.9
|
31
125
|
|
32
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/
|
33
|
-
[
|
34
|
-
[14.
|
35
|
-
[
|
36
|
-
[
|
126
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...HEAD
|
127
|
+
[15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v15.0.0
|
128
|
+
[14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
|
129
|
+
[13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
|
130
|
+
[12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
|
131
|
+
[11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
|
132
|
+
[10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
|
133
|
+
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
|
134
|
+
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
|
135
|
+
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
|
136
|
+
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
|
137
|
+
[5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
|
138
|
+
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
|
139
|
+
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
140
|
+
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
141
|
+
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
|
142
|
+
[3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
|
143
|
+
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
144
|
+
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
|
145
|
+
[2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
|
146
|
+
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
147
|
+
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
148
|
+
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
|
149
|
+
[1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
|
150
|
+
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
151
|
+
[1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
|
152
|
+
[1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
|
data/CONTRIBUTING.md
CHANGED
@@ -1,39 +1,25 @@
|
|
1
1
|
## Contributing
|
2
2
|
|
3
|
-
Bug reports and pull requests are welcome on
|
3
|
+
Bug reports and pull requests are welcome on GitHub at [https://github.com/rubocop-lts/rubocop-lts][source]
|
4
4
|
. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
|
5
|
-
the [code of conduct][
|
5
|
+
the [code of conduct][conduct].
|
6
6
|
|
7
|
-
To submit a patch, please fork the project and create a patch with tests. Once you're happy with it send a pull request
|
8
|
-
and post a message to the [gitter chat][🏘chat].
|
7
|
+
To submit a patch, please fork the project and create a patch with tests. Once you're happy with it send a pull request!
|
9
8
|
|
10
|
-
##
|
9
|
+
## Contributors
|
11
10
|
|
12
|
-
|
11
|
+
[![Contributors](https://contrib.rocks/image?repo=rubocop-lts/rubocop-lts)][contributors]
|
13
12
|
|
14
|
-
|
15
|
-
2. update the version number in `version.rb`
|
16
|
-
3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`.
|
17
|
-
4. run `bundle exec rake build:checksum`
|
18
|
-
5. move the built gem to project root
|
19
|
-
6. run `bin/checksum` to create the missing SHA256 checksum
|
20
|
-
7. move the built gem back to `pkg/`
|
21
|
-
8. commit the changes
|
22
|
-
9. run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org][rubygems].
|
13
|
+
Made with [contributors-img][contrib-rocks].
|
23
14
|
|
24
|
-
|
25
|
-
`gemspec`, in order to sign the new release.
|
26
|
-
See: [RubyGems Security Guide][rubygems-security-guide]
|
15
|
+
[comment]: <> (Following links are used by README, CONTRIBUTING)
|
27
16
|
|
28
|
-
|
17
|
+
[conduct]: https://github.com/rubocop-lts/rubocop-lts/blob/main/CODE_OF_CONDUCT.md
|
18
|
+
|
19
|
+
[contrib-rocks]: https://contrib.rocks
|
29
20
|
|
30
|
-
|
21
|
+
[contributors]: https://github.com/rubocop-lts/rubocop-lts/graphs/contributors
|
31
22
|
|
32
23
|
[comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)
|
33
24
|
|
34
|
-
[
|
35
|
-
[🖐contributors]: https://gitlab.com/rubocop-lts/rubocop-lts/-/graphs/main
|
36
|
-
[🚎src-main]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/main
|
37
|
-
[🏘chat]: https://gitter.im/rubocop-lts/community
|
38
|
-
[rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
|
39
|
-
[rubygems]: https://rubygems.org
|
25
|
+
[source]: https://github.com/rubocop-lts/rubocop-lts/
|