mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
build(deps): bump github.com/securego/gosec/v2 from 2.16.0 to 2.17.0 (#4015)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
f787bc7006
commit
fb50d99ece
3 changed files with 14 additions and 13 deletions
|
@ -244,7 +244,9 @@ func TestIgnoredRangeMatches(t *testing.T) {
|
|||
},
|
||||
linters: testcase.linters,
|
||||
}
|
||||
assert.Equal(t, testcase.expected, ir.doesMatch(&testcase.issue), testcase.doc)
|
||||
|
||||
l := testcase.issue
|
||||
assert.Equal(t, testcase.expected, ir.doesMatch(&l), testcase.doc)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue