Skip to content

Commit

Permalink
Ignore gosec during lint of test files (#1043)
Browse files Browse the repository at this point in the history
* Ignore gosec during lint of test files

Signed-off-by: Thomas Poignant <[email protected]>

* Update swagger

Signed-off-by: Thomas Poignant <[email protected]>

---------

Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant authored Aug 31, 2023
1 parent ff3611f commit 8107644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ issues:
- dupl
- staticcheck
- revive
- gosec
- path: _mock.go
linters:
- funlen
Expand Down
3 changes: 1 addition & 2 deletions cmd/relayproxy/docs/docs.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Code generated by swaggo/swag. DO NOT EDIT.

// Package docs Code generated by swaggo/swag. DO NOT EDIT
package docs

import "github.com/swaggo/swag"
Expand Down

0 comments on commit 8107644

Please sign in to comment.