1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-23 22:15:04 +02:00

chore(lint): enable errorlint and gci (#698)

This commit is contained in:
Matthieu MOREL
2021-09-13 09:40:10 +02:00
committed by GitHub
parent cb89567f99
commit bfb0f422fe
10 changed files with 216 additions and 23 deletions

View File

@@ -7,13 +7,12 @@ import (
"os"
"strings"
"github.com/securego/gosec/v2"
"github.com/securego/gosec/v2/rules"
"golang.org/x/tools/go/packages"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/securego/gosec/v2"
"github.com/securego/gosec/v2/rules"
"github.com/securego/gosec/v2/testutils"
"golang.org/x/tools/go/packages"
)
var _ = Describe("Analyzer", func() {