You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/pipeline.json
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -528,6 +528,17 @@
528
528
"package_root": {
529
529
"type": "string",
530
530
"description": "Root path for imports.\nEx: github.com/grafana/cog/generated"
531
+
},
532
+
"overrides_templates": {
533
+
"items": {
534
+
"type": "string"
535
+
},
536
+
"type": "array",
537
+
"description": "OverridesTemplatesDirectories holds a list of directories containing templates\ndefining blocks used to override parts of builders/types/...."
538
+
},
539
+
"skip_post_formatting": {
540
+
"type": "boolean",
541
+
"description": "SkipPostFormatting disables formatting of Go files done with go imports\nafter code generation."
0 commit comments