Skip to content

significantbit/rubocop-sigbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubocop::Sigbit

Common lint rules for Ruby projects

Installation

Add this line to your application's Gemfile:

# Common rubocop rules
gem 'rubocop-sigbit', git: "https://github.com/significantbit/rubocop-sigbit.git"

And then execute:

$ bundle install

Add to the top of your .rubocop.yml:

inherit_gem:
  rubocop-sigbit: .rubocop.yml

AllCops:
  Exclude:
    - spec/**/*
    - vendor/**/*
    - node_modules/**/*
    - db/schema.rb
    - db/migrate/**/*
    - bin/**/*
    - lib/**/*.rake

About

👮 Common lint rules for Ruby projects

Resources

Stars

Watchers

Forks