-
Notifications
You must be signed in to change notification settings - Fork 315
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 make targets for shellcheck, rustfmt, and a "test everything before I push" #6551
Comments
I think this is a great idea! Some things to keep in mind for implementing this:
For The las thing I'd say is that if we do this work, it would be particularly nice if we can provide a common interface for both linux and windows platforms. A lot of these sort of tasks have been codified in our |
@mwrock Thoughts on a way to get our Makefile to work across Windows and Linux? |
I think we'd be better served by looking into writing |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you. |
It would be nice to have make targets that run
test/shellcheck.sh
,support/ci/rustfmt.sh
, and one to test several things that are tested in the CI build. This would be useful to run before submitting a PR. The list of things to test could include things such as:The text was updated successfully, but these errors were encountered: