launchcop 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/config/rubocop.yml +1 -1
- data/lib/launchcop/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fb383cfd5c3f3e0ebf9ec9860975995639df177f
|
4
|
+
data.tar.gz: 2b95dc0df8946558aa92208c5806b6602abe4c66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea9c59324f97b77d55c39d4f10df179fd4e80f6d242e4682a0ae110333d49bb94152d0f2069155132a7b2813c2977e2e12369ff7c69c55bdc93764527d6a8b57
|
7
|
+
data.tar.gz: 1a01c826eb55277584e32ad1f0bbb0cbc2ebe45ff164899b7883545cbb81024c44d20bd96adae26307a66a25bfb1de3ea6cf6c5e3721c07e0a0769c6d6fc6285
|
data/README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
LaunchCop is built on top of [RuboCop](https://github.com/bbatsov/rubocop). When
|
4
4
|
you run `launchcop`, it actually just runs RuboCop, but with our configuration.
|
5
|
+
The goal is to eventually have a configuration that helps beginners learn best
|
6
|
+
practices without driving them crazy.
|
5
7
|
|
6
8
|
## Installation
|
7
9
|
|
@@ -23,5 +25,5 @@ is that it's going to use our default configuration.
|
|
23
25
|
## Props
|
24
26
|
|
25
27
|
Props to [thoughtbot](http://thoughtbot.com/) and their style guide. The `rubocop.yml` file in this
|
26
|
-
repository was
|
28
|
+
repository was mostly copied from their
|
27
29
|
[Hound](https://github.com/thoughtbot/hound) project.
|
data/config/rubocop.yml
CHANGED
data/lib/launchcop/version.rb
CHANGED