We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1610b commit abad4c9Copy full SHA for abad4c9
Makefile
@@ -50,14 +50,12 @@ maintainer-clean: clean
50
51
check_generated:
52
$(MAKE) --always-make generate
53
- git checkout -- go.mod go.sum # can differ between go1.11 and go1.12
54
git checkout -- vendor/modules.txt # can differ between go1.12 and go1.13
55
git diff --exit-code # check no changes
56
.PHONY: check_generated
57
58
fast_check_generated:
59
$(MAKE) --always-make fast_generate
60
61
62
63
.PHONY: fast_check_generated
0 commit comments