mirror of https://github.com/nmasse-itix/liche.git
2 changed files with 12 additions and 9 deletions
@ -0,0 +1,11 @@ |
|||||
|
{ |
||||
|
"Disable": ["vetshadow"], |
||||
|
"Enable": [ |
||||
|
"deadcode", |
||||
|
"gochecknoinits", |
||||
|
"gofmt", |
||||
|
"goimports", |
||||
|
"misspell", |
||||
|
"unparam" |
||||
|
] |
||||
|
} |
||||
Loading…
Reference in new issue