We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 039bc0c + 6f633c2 commit a896cfcCopy full SHA for a896cfc
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