rubocop-lts 4.1.1 → 5.0.0
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
- data/CHANGELOG.md +47 -23
- data/CONTRIBUTING.md +12 -26
- data/README.md +337 -198
- data/SECURITY.md +13 -31
- data/lib/rubocop/lts/version.rb +1 -3
- data/lib/rubocop/lts.rb +1 -12
- data/rubocop-lts.yml +8 -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 +31 -147
- checksums.yaml.gz.sig +0 -3
- 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 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3302d9373b6cadd26b28b4468047308f3b1fb8979bbaaee8249350ef11f9beed
|
4
|
+
data.tar.gz: e39e946d8b0bf340afec4fb6a635f695334865b3ea54b6717dc9791ad85c9de2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8360b0b7004a9a7694ae42a8ddb3de6008377142420a9fb91cceae773efc5631bcdb6b2b7b8bc129e20e5b469c0298400e50b85b2eff352d899e35f0be78639b
|
7
|
+
data.tar.gz: b9559ecba7a29e0a6f97e0b05ea6cf757cc59b197c8c6aca201e2db750ff3d6028c06b3cd66f643d599b088abb5f905d86b3d01896c6b61834b79c71f8d9352d
|
data/CHANGELOG.md
CHANGED
@@ -6,48 +6,72 @@ 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
|
+
## [5.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.1
|
17
19
|
|
18
|
-
## [4.1
|
19
|
-
###
|
20
|
-
-
|
20
|
+
## [4.0.1] - 2022-05-23
|
21
|
+
### Fixed
|
22
|
+
- Ship rubocop config files in gem
|
23
|
+
- rubocop-lts.yml
|
21
24
|
|
22
|
-
## [4.0.
|
25
|
+
## [4.0.0] - 2022-05-22
|
23
26
|
### Added
|
24
|
-
-
|
27
|
+
- Initial even release supporting Ruby >= 2.0
|
28
|
+
|
29
|
+
## [3.0.1] - 2022-05-23
|
25
30
|
### Fixed
|
26
|
-
-
|
31
|
+
- Ship rubocop config files in gem
|
32
|
+
- rubocop-lts.yml
|
27
33
|
|
28
|
-
## [
|
34
|
+
## [3.0.0] - 2022-05-22
|
29
35
|
### Added
|
30
|
-
-
|
36
|
+
- Initial odd release supporting Ruby ~> 2.0
|
37
|
+
|
38
|
+
## [2.0.2] - 2022-05-23
|
31
39
|
### Fixed
|
32
|
-
-
|
40
|
+
- Ship rubocop config files in gem
|
41
|
+
- rubocop-lts.yml
|
42
|
+
- rubocop-lts1_8.yml
|
33
43
|
|
34
|
-
## [
|
44
|
+
## [2.0.1] - 2022-05-22
|
35
45
|
### Fixed
|
36
|
-
-
|
46
|
+
- Documentation typos & gemspec URLs
|
37
47
|
|
38
|
-
## [
|
48
|
+
## [2.0.0] - 2022-05-22
|
49
|
+
### Added
|
50
|
+
- Initial even release supporting Ruby >= 1.9
|
51
|
+
|
52
|
+
## [1.0.2] - 2022-05-23
|
39
53
|
### Fixed
|
40
54
|
- Ship rubocop config files in gem
|
41
55
|
- rubocop-lts.yml
|
56
|
+
- rubocop-lts1_8.yml
|
42
57
|
|
43
|
-
## [
|
58
|
+
## [1.0.1] - 2022-05-22
|
59
|
+
### Fixed
|
60
|
+
- Documentation typos & gemspec URLs
|
61
|
+
|
62
|
+
## [1.0.0] - 2022-05-22
|
44
63
|
### Added
|
45
|
-
- Initial
|
64
|
+
- Initial odd release supporting Ruby ~> 1.9
|
46
65
|
|
47
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/
|
48
|
-
[
|
49
|
-
[4.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v4.1.0
|
50
|
-
[4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
|
51
|
-
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
66
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...HEAD
|
67
|
+
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v5.0.0
|
52
68
|
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
53
|
-
[4.0.0]: https://
|
69
|
+
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v4.0.0
|
70
|
+
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
71
|
+
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v3.0.0
|
72
|
+
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
73
|
+
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
74
|
+
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v2.0.0
|
75
|
+
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
76
|
+
[1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
|
77
|
+
[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]
|
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/
|