Skip to content

koic/rubocop-sequel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RuboCop Sequel

Code style checking for Sequel.

Installation

Using the rubocop-rspec gem

gem install rubocop-sequel

or using bundler by adding in your Gemfile

gem 'rubocop-sequel'

Usage

RuboCop configuration file

Add to your .rubocop.yml.

require: rubocop-sequel

rubocop will now automatically load RuboCop Sequel cops alongside with the standard cops.

Command line

rubocop --require rubocop-sequel

Rake task

RuboCop::RakeTask.new do |task|
  task.requires << 'rubocop-sequel'
end

About

Code style checking for Sequel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%