Skip to content

Commit c9ac0eb

Browse files
authored
Drop stale depguard exception for cmd/apps/init.go (#5328)
`cmd/apps/init.go` no longer imports `github.com/databricks/cli/experimental`, so the path-scoped depguard exception in `.golangci.yaml` (with its "TODO: remove" comment) is dead. Removes 4 lines; no functional change.
1 parent cfd2ca3 commit c9ac0eb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.golangci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,6 @@ linters:
179179
path: "_test\\.go$"
180180
linters:
181181
- forbidigo
182-
# TODO: remove these exceptions by moving the dependency out of experimental/.
183-
- path: cmd/apps/init.go
184-
linters:
185-
- depguard
186182
issues:
187183
max-issues-per-linter: 1000
188184
max-same-issues: 1000

0 commit comments

Comments
 (0)