-
Notifications
You must be signed in to change notification settings - Fork 35
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
[HOLD] Pre-commit Fizz Validation #2286
Conversation
725f97e
to
4e17661
Compare
Codecov Report
@@ Coverage Diff @@
## master #2286 +/- ##
==========================================
- Coverage 59.29% 59.06% -0.24%
==========================================
Files 257 255 -2
Lines 14487 14396 -91
==========================================
- Hits 8590 8502 -88
+ Misses 4886 4879 -7
- Partials 1011 1015 +4 |
Makefile
Outdated
@@ -179,6 +179,9 @@ bin/callgraph: .check_go_version.stamp .check_gopath.stamp | |||
bin/chamber: .check_go_version.stamp .check_gopath.stamp | |||
go build -ldflags "$(LDFLAGS)" -o bin/chamber github.com/segmentio/chamber | |||
|
|||
bin/fizz-validate: .check_go_version.stamp .check_gopath.stamp | |||
go build -ldflags "$(LDFLAGS)" -o bin/fizz-validate github.com/transcom/mymove/cmd/fizz-validate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move this down to the section on MilMove Targets
which is where the other binaries from this project are.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 - Please move the Make target but otherwise this is awesome stuff :)
4e17661
to
380549f
Compare
Moved make target and pinged about merging PR to fizz. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 - I'm interested to see what happens with the Fizz stuff
We're going to ice this PR for a month (until July 19) to check for a fix to fizz. |
Closing until the issue with Fizz is resolved. Infra has a ticket to reopen this if it does. |
Description
Requires: gobuffalo/fizz#54
This PR adds pre-commit validation for our fizz files. Requires an update to the fizz git repo.
Reviewer Notes
Is there anything you would like reviewers to give additional scrutiny?
Setup
Code Review Verification Steps
Querying the Database Safely
have been satisfied.
scripts/run-prod-migrations
References
None
Screenshots
None