Skip to content
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

Add Rubocop #60

Open
5 tasks
TydaJL opened this issue Mar 7, 2025 · 0 comments
Open
5 tasks

Add Rubocop #60

TydaJL opened this issue Mar 7, 2025 · 0 comments
Milestone

Comments

@TydaJL
Copy link

TydaJL commented Mar 7, 2025

RuboCop is a Ruby code style checker (linter) and formatter.

Teams can run rubocop -a to make ‘safe’ fixes and rubocop -A to make unsafe auto-refactors.
You can also run rubocop --auto-gen-config to configure some finer settings.

You can use/create the :linters group in Gemfile to separate rubocop from the other gems.

@cycomachead cycomachead added this to the Iteration 2 milestone Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants