-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CY-6602] StandardRB (for Rubocop) Support? #404
Comments
Internal ticket created : CY-6602 |
Hello @berniechiu |
Hi @DMarinhoCodacy, it still doesn't work at the moment? |
Hey @berniechiu |
Hi @DMarinhoCodacy, this is our private repository. However, if I have some free time in the next few days, I'll set up a public repository. In the meantime, you're welcome to set up Rubocop from your team for testing. Our config is fairly simple TBH require:
- rubocop-performance
- rubocop-rails
- standard
inherit_gem:
standard: config/base.yml
AllCops:
# Prevent RuboCop from exploding when it finds an older-than-3.0 .ruby-version
TargetRubyVersion: 3.2
NewCops: enable
Exclude: [] |
Hi Codacy Team,
Thanks for the nice platform.
codacy-rubocop/Gemfile
Lines 20 to 28 in 99f2321
Could we add
standardrb
inGemfile
so that we could include it in the standard Rubocop YAML.rubocop.yml
like:REF: https://github.com/testdouble/standard#usage-via-rubocop
Thanks a lot!
The text was updated successfully, but these errors were encountered: