mirror of
https://github.com/securego/gosec.git
synced 2025-07-17 01:12:33 +02:00
Fix lint and fail on error in the ci build
This commit is contained in:
@ -10,9 +10,7 @@ import (
|
||||
)
|
||||
|
||||
var _ = Describe("Call List", func() {
|
||||
var (
|
||||
calls gosec.CallList
|
||||
)
|
||||
var calls gosec.CallList
|
||||
BeforeEach(func() {
|
||||
calls = gosec.NewCallList()
|
||||
})
|
||||
|
Reference in New Issue
Block a user