We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00850ec commit 9a55fa4Copy full SHA for 9a55fa4
schema/gen.go
@@ -18,4 +18,4 @@ package schema
18
// using esc (https://github.com/mjibson/esc).
19
20
// This should generally be invoked with `make schema-fs`
21
-//go:generate esc -private -pkg=schema -ignore=.*go .
+//go:generate esc -private -pkg=schema -include=.*\.json$ .
0 commit comments