We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfe87e commit 10ac56aCopy full SHA for 10ac56a
Makefile
@@ -18,5 +18,7 @@ lintyml:
18
cuegen:
19
@echo " > Generating types from cue schema ..."
20
@cue exp gengotypes schema.cue
21
+ @echo " > vet the generated go types ..."
22
+ @go vet cue_types_gen.go
23
24
PHONY: lintcue lintyml cuegen
0 commit comments