-
-
Notifications
You must be signed in to change notification settings - Fork 963
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
fix: incorrect makefile rule #2222
Conversation
Makefile
Outdated
@@ -130,7 +125,7 @@ quickstart-dev: | |||
|
|||
# Formats the code | |||
.PHONY: format | |||
format: .bin/goimports docs/node_modules node_modules | |||
format: .bin/goimports node_modules | |||
goimports -w -local github.com/ory . | |||
cd docs; npm run format |
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.
What about this?
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.
Wops. Fixed.
c98208c
to
3feb987
Compare
# Conflicts: # go_mod_indirect_pins.go
Codecov Report
@@ Coverage Diff @@
## v0.8 #2222 +/- ##
==========================================
+ Coverage 75.33% 75.88% +0.55%
==========================================
Files 294 297 +3
Lines 15651 15905 +254
==========================================
+ Hits 11791 12070 +279
+ Misses 3029 2977 -52
- Partials 831 858 +27
Continue to review full report at Codecov.
|
No description provided.