aboutsummaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authorLunny Xiao2020-09-29 17:05:13 +0800
committerGitHub2020-09-29 12:05:13 +0300
commit3878e985b66cc6d4cb4d2b0e7406d5cf91af6191 (patch)
tree31229c29c2b57041d1941ec28b043165cbe4642d /.golangci.yml
parent4c6ac08182b5a14eaaffaafafef160bd90c4ae81 (diff)
Add default storage configurations (#12813)
Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 0bd71b7fb..a4f959e18 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -98,3 +98,6 @@ issues:
- path: models/update.go
linters:
- unused
+ - path: cmd/dump.go
+ linters:
+ - dupl