summaryrefslogtreecommitdiff
path: root/.golangci-warnings.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci-warnings.yml')
-rw-r--r--.golangci-warnings.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.golangci-warnings.yml b/.golangci-warnings.yml
index 2ee916a65..c0d9e1e38 100644
--- a/.golangci-warnings.yml
+++ b/.golangci-warnings.yml
@@ -1,7 +1,7 @@
run:
timeout: 5m
tests: true
-
+
linters:
disable-all: true
enable:
@@ -74,3 +74,6 @@ issues:
- gosimple
- unused
- partitiontest
+ - path: crypto/secp256k1/secp256_test\.go
+ linters:
+ - partitiontest