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

let user decide if 'run all' behaviour should be enabled #9

Closed
wants to merge 1 commit into from

Conversation

leemhenson
Copy link

I'm adding guard-rubocop to a large project that has a lot of rubocop failures. Running rubocop from the terminal grinds for a long time, so I want to control guard-rubocop so it only ever runs on changed files and never runs on the entire project.

@yujinakayama
Copy link
Collaborator

You can prevent the guard-rubocop's “run all” on Guard startup by specifying all_on_start: false in Guardfile, and guard-rubocop won't run on the entire project unless you type , a or all in the Guard console. If you want to prevent the “run all” on , a or all (it seems you do), I think you should submit a feature request to Guard itself, not to each plugin.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling aec9607 on musicglue:master into 4e9fcee on yujinakayama:master.

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

Successfully merging this pull request may close these issues.

3 participants