Skip to content

LaunchAcademy/launchcop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Small wrapper around RuboCop with custom config

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages