Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Oct 10, 2024
1 parent 29663e7 commit c684e73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ issues:
- "unused-parameter: parameter"
- "redefines-builtin-id:"
exclude-dirs:
- pkg/tests/internal/webaclschema
- pkg/tf2pulumi/internal/addrs
- pkg/tf2pulumi/internal/config
- pkg/tf2pulumi/internal/configs
Expand All @@ -34,5 +35,5 @@ linters-settings:
sections:
- standard
- default
- prefix(github.com/pulumi/pulumi-terraform-bridge)
- prefix(github.com/pulumi/pulumi-terraform-bridge/v3)
skip-generated: true
3 changes: 1 addition & 2 deletions pf/tests/integration/attach_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ import (
"runtime"
"testing"

"github.com/stretchr/testify/require"

"github.com/pulumi/providertest/pulumitest"
"github.com/pulumi/providertest/pulumitest/opttest"
"github.com/stretchr/testify/require"
)

func TestAttach(t *testing.T) {
Expand Down

0 comments on commit c684e73

Please sign in to comment.