Skip to content

solanolabs/rubocop-predix_ci

 
 

Repository files navigation

RuboCop PredixCi

PredixCi RuboCop extension.

Installation

Add this line to your application's Gemfile:

gem 'rubocop-predix_ci'

And then execute:

$ bundle

Usage

Configure RuboCop to load the extension in .rubocop.yml.

require: rubocop-predix_ci

The Cops

All cops are located under lib/rubocop/cop/predix_ci. All cops are enabled by default.

In your .rubocop.yml, you may treat the PredixCi cops just like any other cop. For example:

PredixCi/NotUnless:
  Enabled: false

PredixCi/AuthenticateUserExcept:
  Enabled: true

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 98.0%
  • Shell 2.0%