summaryrefslogtreecommitdiff
path: root/vendor/github.com/cilium/ebpf/.golangci.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/cilium/ebpf/.golangci.yaml')
-rw-r--r--vendor/github.com/cilium/ebpf/.golangci.yaml28
1 files changed, 0 insertions, 28 deletions
diff --git a/vendor/github.com/cilium/ebpf/.golangci.yaml b/vendor/github.com/cilium/ebpf/.golangci.yaml
deleted file mode 100644
index dc62dd6d0..000000000
--- a/vendor/github.com/cilium/ebpf/.golangci.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
----
-issues:
- exclude-rules:
- # syscall param structs will have unused fields in Go code.
- - path: syscall.*.go
- linters:
- - structcheck
-
-linters:
- disable-all: true
- enable:
- - deadcode
- - errcheck
- - goimports
- - gosimple
- - govet
- - ineffassign
- - misspell
- - staticcheck
- - structcheck
- - typecheck
- - unused
- - varcheck
-
- # Could be enabled later:
- # - gocyclo
- # - maligned
- # - gosec