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 optional Guard development workflow #975

Open
dafyddcrosby opened this issue Jul 30, 2024 · 0 comments
Open

Add optional Guard development workflow #975

dafyddcrosby opened this issue Jul 30, 2024 · 0 comments
Labels
Status: Untriaged An issue that has yet to be triaged. Type: Enhancement Adds new functionality.

Comments

@dafyddcrosby
Copy link
Collaborator

I've found test-driven Cop development lends itself well to rapid feedback, and while I've hacked together nasty scripts up to now, a Guardfile that's set up for Cookstyle development would be mighty slick.

Motivation

As a Cookstyle developer working on a git checkout
I want to have Guard watch my changes
So that I can write high-quality Cops faster

Specification

Gemfile: optional gem group to install guard and guard-rake gems

Guardfile: watch for changes in /lib, kick off rspec (and maybe rubocop) runs as needed

Downstream Impact

Gem install is optional, so would not be an addition to chef-workstation. The guard gem is already packaged with chef-workstation, but guard-rake isn't, so that would have to be added to the omnibus/hab build stuff, and I don't want to create more work for @tpowell-progress 😄

@dafyddcrosby dafyddcrosby added Type: Enhancement Adds new functionality. Status: Untriaged An issue that has yet to be triaged. labels Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Untriaged An issue that has yet to be triaged. Type: Enhancement Adds new functionality.
Projects
None yet
Development

No branches or pull requests

1 participant