Module: Nucop::Helpers::RubocopGemDependencies

Defined in:
lib/nucop/helpers/rubocop_gem_dependencies.rb

Overview

Knows the list of gems the nucop makes available.

Class Method Summary collapse

Class Method Details

.rubocop_gemsObject



21
22
23
24
25
# File 'lib/nucop/helpers/rubocop_gem_dependencies.rb', line 21

def rubocop_gems
  %w[
    rubocop
  ]
end

.rubocop_pluginsObject



7
8
9
10
11
12
13
14
15
16
17
18
19
# File 'lib/nucop/helpers/rubocop_gem_dependencies.rb', line 7

def rubocop_plugins
  %w[
    rubocop-capybara
    rubocop-factory_bot
    rubocop-graphql
    rubocop-performance
    rubocop-rails
    rubocop-rake
    rubocop-rspec
    rubocop-rspec_rails
    rubocop-thread_safety
  ]
end