rubocop-sequel

0.3.8last stable release 1 month ago
Complexity Score
Low
Open Issues
N/A
Dependent Projects
15
Weekly Downloadsglobal
11

License

  • MIT
    • Yesattribution
    • Permissivelinking
    • Permissivedistribution
    • Permissivemodification
    • Nopatent grant
    • Yesprivate use
    • Permissivesublicensing
    • Notrademark grant

Downloads

Readme

RuboCop Sequel

Code style checking for Sequel.

Installation

Using the rubocop-sequel 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

Dependencies

CVE IssuesActive
0
Scorecards Score
No Data
Test Coverage
No Data
Follows Semver
Yes
Github Stars
29
Dependenciestotal
1
DependenciesOutdated
0
DependenciesDeprecated
0
Threat Modelling
No Data
Repo Audits
No Data

Learn how to distribute rubocop-sequel in your own private RubyGems registry

gem install rubocop-sequel
Processing...
Done

16 Releases

RubyGems on Cloudsmith

Getting started with RubyGems on Cloudsmith is fast and easy.