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.
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$ bundle exec rubocop