Skip to content

WizardComputer/code-patrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WizardHealth linters

Ruby

Extends rubocop linters with our prefered styles.

To install inside your app simply install the gem: gem "code-patrol", github: "WizardComputer/code-patrol", require: false

Create an empty rubocop.yml that inherits from code-patrol inherit_gem: { code-patrol: rubocop.yml }

If you want to override with app specific rules, they can follow/override after inheritance.

# rubocop.yml

inherit_gem: { code-patrol: rubocop.yml }

# your custom rules

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages