diff options
Diffstat (limited to '.golangci.yml')
| -rw-r--r-- | .golangci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml index f668cf65a..02b1c66f4 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -107,6 +107,7 @@ issues: # This check gives false positives related to the standard log.Fatalf # (which is strange, standard log package should be supported).# - "SA5011: possible nil pointer dereference" + - "this check suggests that the pointer can be nil" exclude-rules: - path: (pkg/csource/generated.go|pkg/build/linux_generated.go) linters: |
