Skip to content
Snippets Groups Projects
Commit 93020a55 authored by Derek Su's avatar Derek Su
Browse files

chore: update .golangci.json


Signed-off-by: default avatarDerek Su <derek.su@suse.com>
parent 1b183a50
Branches
Tags
No related merge requests found
{ {
"version": 2,
"linters": { "linters": {
"disable-all": true, "disable-all": true,
"enable": [ "enable": [
"gofmt",
"govet", "govet",
"goimports",
"revive",
"misspell", "misspell",
"ineffassign" "ineffassign"
] ]
...@@ -16,6 +14,7 @@ ...@@ -16,6 +14,7 @@
] ]
}, },
"run": { "run": {
"tests": true,
"timeout": "5m" "timeout": "5m"
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment