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 cca5e91 commit 97ac83dCopy full SHA for 97ac83d
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 -ignore=.*swp .
+//go:generate esc -private -pkg=schema -include=.*\.json$ .
0 commit comments