Sha256: 8432211b0e3fba59fefaf5b606b4fcac6f3ae41fc7125da81b22632f2b38fe38
Contents?: true
Size: 974 Bytes
Versions: 2
Compression:
Stored size: 974 Bytes
Contents
# LaunchCop LaunchCop is built on top of [RuboCop](https://github.com/bbatsov/rubocop). When you run `launchcop`, it actually just runs RuboCop, but with our configuration. The goal is to eventually have a configuration that helps beginners learn best practices without driving them crazy. ## Installation `gem install launchcop` ## Usage Run `launchcop` exactly the same as you would run Rubocop. The only difference is that it's going to use our default configuration. ## Contributing 1. Fork it ( https://github.com/LaunchAcademy/LaunchCop/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request ## Props Props to [thoughtbot](http://thoughtbot.com/) and their style guide. The `rubocop.yml` file in this repository was mostly copied from their [Hound](https://github.com/thoughtbot/hound) project.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
launchcop-0.0.3 | README.md |
launchcop-0.0.2 | README.md |