We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef499e commit 6f633c2Copy full SHA for 6f633c2
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