Compare commits
1 commit
843fd9d38a
...
e6daab182c
Author | SHA1 | Date | |
---|---|---|---|
e6daab182c |
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@ linters:
|
|||
- nakedret
|
||||
- revive
|
||||
- staticcheck # Now includes gosimple and stylecheck
|
||||
- typecheck
|
||||
- unconvert
|
||||
- unused
|
||||
- whitespace
|
||||
|
@ -69,7 +68,7 @@ formatters:
|
|||
|
||||
goimports:
|
||||
local-prefixes:
|
||||
- {{.GoModule.Name}}
|
||||
- { { .GoModule.Name } }
|
||||
|
||||
output:
|
||||
formats:
|
||||
|
|
Reference in a new issue