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 support for groups to --only flag #1284

Closed
sferik opened this issue Aug 18, 2014 · 1 comment
Closed

Add support for groups to --only flag #1284

sferik opened this issue Aug 18, 2014 · 1 comment

Comments

@sferik
Copy link
Contributor

sferik commented Aug 18, 2014

For example

rubocop --only=Lint
rubocop --only=Metrics
rubocop --only=Style
@bbatsov
Copy link
Collaborator

bbatsov commented Aug 18, 2014

Yep, I've been thinking of this myself recently. We already have special handing for the lint cops, but it probably makes sense to be able to run other cop groups as well.

bbatsov added a commit that referenced this issue Jan 9, 2015
[Fix #1284] Support namespace args to --only/--except
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants