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

File list mode #357

Closed
chriseppstein opened this issue Jul 12, 2013 · 2 comments
Closed

File list mode #357

chriseppstein opened this issue Jul 12, 2013 · 2 comments

Comments

@chriseppstein
Copy link

I really want to do this:

rubocop --list-files | xargs vim

Can there be some way to do this? Maybe a new formatter?

@bbatsov
Copy link
Collaborator

bbatsov commented Jul 12, 2013

Basically you want this formatter to simply list all the files with offences, right?

@bbatsov
Copy link
Collaborator

bbatsov commented Jul 16, 2013

You can use rubocop --format files | xargs vim.

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