Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .codegen.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
"post_generate": [
"go test -timeout 240s -run TestConsistentDatabricksSdkVersion github.com/databricks/cli/internal/build",
"make schema",
"make generate-validation",
"echo 'bundle/internal/tf/schema/\\*.go linguist-generated=true' >> ./.gitattributes",
"echo 'go.sum linguist-generated=true' >> ./.gitattributes",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also removing the annotations for go.sum because it's a small file so the diffs should not be too large.

"echo 'bundle/schema/jsonschema.json linguist-generated=true' >> ./.gitattributes",
"make generate-validation"
]
}
}
4 changes: 0 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,3 @@ cmd/workspace/warehouses/warehouses.go linguist-generated=true
cmd/workspace/workspace-bindings/workspace-bindings.go linguist-generated=true
cmd/workspace/workspace-conf/workspace-conf.go linguist-generated=true
cmd/workspace/workspace/workspace.go linguist-generated=true
bundle/internal/tf/schema/\*.go linguist-generated=true
go.sum linguist-generated=true
bundle/schema/jsonschema.json linguist-generated=true
bundle/internal/validation/generated/required_fields.go linguist-generated=true
1 change: 1 addition & 0 deletions bundle/internal/tf/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
schema/*.go linguist-generated=true
1 change: 1 addition & 0 deletions bundle/schema/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jsonschema.json linguist-generated=true
Loading