mirror of
https://github.com/securego/gosec.git
synced 2025-07-17 01:12:33 +02:00
Fix typos in comments, vars and tests
This commit is contained in:
committed by
Cosmin Cojocar
parent
e1484658ac
commit
1f689968ec
@ -188,7 +188,7 @@ var _ = Describe("Formatter", func() {
|
||||
Expect(*issues).To(Equal(*want))
|
||||
})
|
||||
|
||||
It("it should parse the report info for multiple projects projects", func() {
|
||||
It("it should parse the report info for multiple projects", func() {
|
||||
data := &gosec.ReportInfo{
|
||||
Errors: map[string][]gosec.Error{},
|
||||
Issues: []*issue.Issue{
|
||||
|
Reference in New Issue
Block a user