stackeval: Ignore some unused stuff for now

This package is currently just a stub for design exploration and
discussion, so it intentionally has some unused code in it to help suggest
how it might evolve in future. We'll remove these staticcheck exceptions
later once we're ready to make this code "real", or possibly remove all
this code altogether if we decide to take a different direction.
pull/34738/head
Martin Atkins 3 years ago
parent 59a044dd6f
commit c5930cc83d

@ -1,5 +1,7 @@
package stackeval
//lint:file-ignore U1000 This package is still WIP so not everything is here yet.
import (
"fmt"
"strings"

@ -1,5 +1,7 @@
package stackeval
//lint:file-ignore U1000 This package is still WIP so not everything is here yet.
import (
"github.com/hashicorp/terraform/internal/stacks/stackaddrs"
)

@ -1,5 +1,7 @@
package stackeval
//lint:file-ignore U1000 This package is still WIP so not everything is here yet.
import (
"context"
"fmt"

@ -1,5 +1,7 @@
package stackeval
//lint:file-ignore U1000 This package is still WIP so not everything is here yet.
import (
"context"
"fmt"

@ -1,5 +1,7 @@
package stackeval
//lint:file-ignore U1000 This package is still WIP so not everything is here yet.
import (
"context"

@ -1,5 +1,7 @@
package stackeval
//lint:file-ignore U1000 This package is still WIP so not everything is here yet.
import (
"github.com/hashicorp/terraform/internal/stacks/stackaddrs"
)

Loading…
Cancel
Save