1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-29 22:37:59 +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

@@ -1,11 +1,10 @@
package gosec_test
import (
"github.com/securego/gosec/v2"
"github.com/securego/gosec/v2/testutils"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/securego/gosec/v2"
"github.com/securego/gosec/v2/testutils"
)
var _ = Describe("Import Tracker", func() {