No release in over 3 years
Low commit activity in last 3 years
ErgoServ RuboCop Config
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

RuboCop ErgoServ

ErgoServ shared configs for RuboCop.

Installation

Add this line to your application's Gemfile:

group :development, :test  do
  # version released to RubyGems (most probably outdated)
  gem 'rubocop-ergoserv', require: false

  # or latest version from the repository (recommended)
  gem 'rubocop-ergoserv',
    git: 'https://github.com/ergoserv/rubocop-ergoserv',
    require: false
end

And then execute:

$ bundle

Or install it yourself as:

$ gem install rubocop-ergoserv

Usage

Update your .rubocop.yml file with the following directives:

inherit_gem:
  rubocop-ergoserv:
    - config/default.yml

Now, run:

$ bundle exec rubocop

Note: You may have to use bundle exec to make inherit_gem directive work correctly.

You do not need to include rubocop directly in your application's dependencies. rubocop-ergoserv will include a required versions of rubocop, rubocop-performance, rubocop-rails, rubocop-rake and rubocop-rspec.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ergoserv/rubocop-ergoserv. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Rubocop::ErgoServ project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.


alt text

This gem was created and is maintained by ErgoServ.

If you like what you see and would like to hire us or join us, get in touch!