No release in over 3 years
This gem provides webit! specific rubocop configurations.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

>= 1.84.0
>= 0.5.1
 Project Readme

webit-ruby-rubocop

This gem provides webit! specific rubocop configurations. The current webit! code conventions can be found here: see https://github.com/webit-de/webit-ruby-styleguide.

If you are looking for Rails specific configuration, check out webit-rails-rubocop.

Installation

Add the following line to your Gemfile:

gem "webit-ruby-rubocop"

In your own project, add a .rubocop.yml containing this configuration:

inherit_gem:
  webit-ruby-rubocop: config.yml

Usage

$ bundle exec rubocop