Remove stale staticcheck nolint directives for workspace methods#5573
Remove stale staticcheck nolint directives for workspace methods#5573pietern wants to merge 1 commit into
Conversation
These `//nolint:staticcheck // Deprecated in SDK v0.127.0` directives suppressed SA1019 on Workspace methods (GetStatusByPath, MkdirsByPath, ListAll, Delete, Mkdirs). The SDK marked these deprecated in v0.127.0, but reverted it in v0.129.0 (databricks/databricks-sdk-go#1644). We are now on v0.141.0, so the directives have been dead for many releases. Co-authored-by: Isaac
Approval status: pending
|
Integration test reportCommit: b599bd1
22 interesting tests: 15 SKIP, 7 KNOWN
Top 30 slowest tests (at least 2 minutes):
|
Remove 38 stale
//nolint:staticcheckdirectives across 21 files. They suppressed SA1019 onWorkspacemethods (GetStatusByPath,MkdirsByPath,ListAll,Delete,Mkdirs), which were erroneously marked deprecated in SDK v0.127.0 (databricks/databricks-sdk-go#1626) and un-deprecated one release later in v0.129.0 (databricks/databricks-sdk-go#1644). We're now on v0.141.0, so the directives are dead.This PR was written by Isaac.