cookpad / rubocop-cookpad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuboCop Cookpad

A RuboCop extension allowing Cookpad developers to enforce their custom best practices and coding conventions.

Installation

You can install the rubocop-cookpad gem

gem install rubocop-cookpad

or add it in your Gemfile

gem 'rubocop-cookpad'

Usage

You need to tell RuboCop to load this extension. Inside your .rubocop.yml, add:

require:
  - rubocop-cookpad

About


Languages

Language:Ruby 97.1%Language:Shell 2.9%