Commit 46dac05
authored
ci: drop Terragrunt-specific no-direct-go-getter depguard rule (#1839)
This depguard rule was carried over from Terragrunt's golangci config. It
denies direct github.com/hashicorp/go-getter imports and points to
github.com/gruntwork-io/terragrunt/internal/getter as the replacement, but
Terratest is a separate Go module and cannot import another module's
internal package. Its carve-out paths (internal/getter, internal/util,
internal/cas) do not exist here either.
Terratest uses go-getter directly in modules/opa, so the rule fails lint on
every PR with no valid fix. Removing the rule (and depguard, which had no
other rules configured).1 parent 6d95478 commit 46dac05
1 file changed
Lines changed: 0 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | 62 | | |
88 | 63 | | |
89 | 64 | | |
| |||
0 commit comments