mirror of https://github.com/databricks/cli.git
495040e4cd
I plan to use this in https://github.com/databricks/cli/pull/1780, to set the line and column numbers as well for the locations. gopatch file used: ``` @@ var x expression var y expression var z expression @@ -bundletest.SetLocation(x, y, z) +bundletest.SetLocation(x, y, []dyn.Location{{File: z}}) ``` |
||
---|---|---|
.. | ||
annotate_jobs.go | ||
annotate_jobs_test.go | ||
annotate_pipelines.go | ||
annotate_pipelines_test.go | ||
compute.go | ||
compute_test.go | ||
upload.go |