No commit activity in last 3 years
No release in over 3 years
Blue Apron Style Guide RuboCop extension.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.9
~> 0.10
~> 12.0
~> 3.4
~> 0.11

Runtime

~> 0.47
 Project Readme

RuboCop Blue Apron

Blue Apron Style Guide RuboCop extension.

Circle CI

Installation

Add rubocop-blueapron to your Gemfile

gem 'rubocop-blueapron'

Usage

Configure RuboCop to load the extension in .rubocop.yml.

require: rubocop-blueapron

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

Contributing

  1. Fork it!
  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. Submit a pull request :D

For running the spec files, this project depends on RuboCop's spec helpers. This means that in order to run the specs locally, you need a (shallow) clone of the RuboCop repository:

git clone --depth 1 git://github.com/bbatsov/rubocop.git vendor/rubocop

Credits

Based on rubocop-rspec.

License

rubocop-blueapron is MIT licensed. See the accompanying file for the full text.