Skip to content

Commit 8ee3530

Browse files
committed
ignore gosec for fpga_plugin
Signed-off-by: Tuomas Katila <[email protected]>
1 parent cbf70a1 commit 8ee3530

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ linters-settings:
6262

6363
issues:
6464
exclude-rules:
65+
- path: fpga_plugin\.go
66+
linters:
67+
- gosec
6568
- path: _test\.go
6669
linters:
6770
- gocognit

0 commit comments

Comments
 (0)