rubocop_pr 0.2.0 → 0.2.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.
- checksums.yaml +4 -4
- data/README.md +6 -4
- data/lib/rubocop_pr/rubocop.rb +1 -1
- data/lib/rubocop_pr/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aef722f12c0f5f554bd332fc359161edf289e9585995e0b991ed8f55951dd9c3
|
|
4
|
+
data.tar.gz: 6fd6c986ed8a4c9549ac86e813fce081029a2cef663263cc69208887dfe4764c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe66335b20d16dafff9f16e701af1189d5cb18acf0f26598b06643478f1d17a35729d997c2b1d26258ea7562c4cc5dad09eaf2133705743806566b7cd66d4bcc
|
|
7
|
+
data.tar.gz: b4d56f5d0b50393aa252671ab04cfb850c1df2eb8855fdf0bed9e18f8eaf8e2b3d1426ada8e0d9623a740dc0fd3f4594c751974da0723fe3a7f361b9174879f1
|
data/README.md
CHANGED
|
@@ -7,7 +7,10 @@
|
|
|
7
7
|
|
|
8
8
|
CLI Issues and PR creator for Rubocop Cops. 1 linter == 1 issue == 1 PR.
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
Simplify the inception or version bump of [Rubocop][rubocop_repo] on the project.
|
|
11
|
+
|
|
12
|
+
With RubocopPr you can apply [Rubocop][rubocop_repo] clean and in a few minutes,
|
|
13
|
+
see the [example][rubocop_pr_example].
|
|
11
14
|
|
|
12
15
|
## Requirements
|
|
13
16
|
|
|
@@ -49,7 +52,7 @@ Usage: rubocop_pr [options]
|
|
|
49
52
|
|
|
50
53
|
#### Notes
|
|
51
54
|
|
|
52
|
-
* `brach` option is useful, if you want to prepare the `.rubocop-todo.yml` manually and feed it to `rubocop_pr
|
|
55
|
+
* `brach` option is useful, if you want to prepare the `.rubocop-todo.yml` manually and feed it to `rubocop_pr`.
|
|
53
56
|
* `post-checkout` handy for old Ruby versions, when shell may "forget" Ruby version.
|
|
54
57
|
|
|
55
58
|
## Contributing
|
|
@@ -64,12 +67,11 @@ The gem is available as open source under the terms of the [MIT License][mit_lin
|
|
|
64
67
|
|
|
65
68
|
Everyone interacting in the RubocopPr project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct][code_of_conduct_link].
|
|
66
69
|
|
|
67
|
-
|
|
68
70
|
[rubocop_repo]: https://github.com/rubocop-hq/rubocop
|
|
69
71
|
[contributor_covenant_link]: http://contributor-covenant.org
|
|
70
72
|
[mit_link]: https://opensource.org/licenses/MIT
|
|
71
73
|
[code_of_conduct_link]: https://github.com/[USERNAME]/rubocop_pr/blob/master/CODE_OF_CONDUCT.md
|
|
72
|
-
|
|
74
|
+
[rubocop_pr_example]: https://github.com/kvokka/rubocop_pr_example
|
|
73
75
|
[travisci_badge]: https://travis-ci.org/kvokka/rubocop_pr.svg?branch=master
|
|
74
76
|
[travisci]: https://travis-ci.org/kvokka/rubocop_pr
|
|
75
77
|
[rubygems]: https://rubygems.org/gems/rubocop_pr
|
data/lib/rubocop_pr/rubocop.rb
CHANGED
data/lib/rubocop_pr/version.rb
CHANGED