mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
15 lines
227 B
JSON
15 lines
227 B
JSON
{
|
|
"Enable": [
|
|
"deadcode",
|
|
"errcheck",
|
|
"goimports",
|
|
"golint",
|
|
"ineffassign",
|
|
"structcheck",
|
|
"varcheck",
|
|
"vet"
|
|
],
|
|
"EnableGC": true,
|
|
"Vendor": true
|
|
}
|