Hi Codacy Team,
Thanks for the nice platform.
|
#Rubocop official modules |
|
gem "rubocop-performance" |
|
gem "rubocop-rails" |
|
gem "rubocop-rake" |
|
gem "rubocop-rspec" |
|
gem "rubocop-sorbet" |
|
gem "rubocop-shopify" |
|
gem "rubocop-graphql" |
|
gem 'rubocop-thread_safety', require: false |
Could we add standardrb in Gemfile so that we could include it in the standard Rubocop YAML .rubocop.yml like:
#=> .rubocop.yml
require: standard
inherit_gem:
standard: config/base.yml
REF: https://github.com/testdouble/standard#usage-via-rubocop
Thanks a lot!
Hi Codacy Team,
Thanks for the nice platform.
codacy-rubocop/Gemfile
Lines 20 to 28 in 99f2321
Could we add
standardrbinGemfileso that we could include it in the standard Rubocop YAML.rubocop.ymllike:REF: https://github.com/testdouble/standard#usage-via-rubocop
Thanks a lot!