Skip to content

Commit

Permalink
Ignore the revive dot-imports linter entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincantu authored and Antoine Mercadal committed Nov 2, 2023
1 parent 8012edd commit d0babc2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ lint:
--timeout=5m \
--disable-all \
--exclude-use-default=false \
--exclude=dot-imports \
--exclude=package-comments \
--exclude=unused-parameter \
--exclude=dot-imports \
Expand All @@ -36,6 +37,7 @@ lint:
--enable=nilerr \
./...


test:
go test ./... -race -cover -covermode=atomic -coverprofile=unit_coverage.out

Expand Down
1 change: 0 additions & 1 deletion pkgs/authlib/internal/providers/aws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"net/http/httptest"
"testing"

// nolint: revive
. "github.com/smartystreets/goconvey/convey"
)

Expand Down
1 change: 0 additions & 1 deletion pkgs/authlib/internal/providers/azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"net/http/httptest"
"testing"

// nolint: revive
. "github.com/smartystreets/goconvey/convey"
)

Expand Down
1 change: 0 additions & 1 deletion pkgs/lombric/lombric_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
"testing"
"time"

// nolint: revive
. "github.com/smartystreets/goconvey/convey"
"github.com/spf13/viper"
)
Expand Down

0 comments on commit d0babc2

Please sign in to comment.