Project

launchcop

0.01
No commit activity in last 3 years
No release in over 3 years
Rubcop configured to easily follow our style guide.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.6
>= 0

Runtime

 Project Readme

LaunchCop

LaunchCop is built on top of 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 and their style guide. The rubocop.yml file in this repository was mostly copied from their Hound project.