inherit_gem: rubocop-rails-omakase: rubocop.yml require: - rubocop-capybara - rubocop-rails AllCops: Exclude: - '.bundle/**/*.rb' - 'config/**/*.rb' - 'db/**/*.rb' - 'vendor/**/*.rb' - 'bin/bundle' - 'bin/rake' - 'bin/rails' - 'bin/setup' NewCops: enable Style/Documentation: Enabled: false