Skip to content

Commit

Permalink
fix linter toml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaqiuxy committed Jun 7, 2021
1 parent fb616ef commit a77708a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .golangci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ enable = [
"errcheck",
"goconst",
"gocyclo",
"gofumpt"
"gofumpt",
"goimports",
"golint",
"ineffassign",
"interfacer",
"misspell",
"nakedret",
"unconvert",
"unparam",
"unused",
"nakedret",
"unconvert",
"unparam",
"unused",
"varcheck",
"vet",
"vetshadow",
"vet",
"vetshadow",
]

[issues]
Expand Down

0 comments on commit a77708a

Please sign in to comment.