0.0
No commit activity in last 3 years
No release in over 3 years
RetrievaCop is a RuboCop configuration gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 0.72
>= 1.18.0
 Project Readme

Retrieva::Cop

Retrieva::Cop is a RuboCop configuration gem for Retrieva, inc. Highly inspiered by onkcop and deka_eiwakun

Installation

Add this line to your application's Gemfile:

group :development do
  gem "retrieva-cop", require: false
end

Usage

Add the following directive to your .rubocop.yml:

inherit_gem:
  retrieva-cop:
    - "config/rubocop.yml"
    # comment unless use rails cops
    - "config/rails.yml"
    # comment unless use rspec cops
    - "config/rspec.yml"

AllCops:
  TargetRubyVersion: 2.4
  # comment unless use rails cops
  TargetRailsVersion: 5.1
bundle exec rubocop <options...>

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/retrieva/retrieva-cop.