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

Configure rubocop to ignore method length in tests #37

Open
DeannaMarbeck opened this issue Nov 6, 2021 · 1 comment
Open

Configure rubocop to ignore method length in tests #37

DeannaMarbeck opened this issue Nov 6, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@DeannaMarbeck
Copy link
Collaborator

Currently rubocop complains about the method length in spec files, so it needs to be disabled for that in each file. It would be good if it was configured to always ignore method length in test files.

@egiurleo egiurleo added the good first issue Good for newcomers label Dec 15, 2021
@wildmaples
Copy link
Contributor

I don't think this issue is relevant anymore - running Rubocop doesn't present any issues.

Also, we have Metrics/MethodLength disabled in our Rubocop configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants