mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-14 16:38:40 +00:00
33 lines
600 B
JSON
33 lines
600 B
JSON
{
|
|
"vendor": true,
|
|
"tests": true,
|
|
"deadline": "10m",
|
|
"sort": ["path", "line"],
|
|
"minconstlength": 7,
|
|
"skip": [
|
|
"pkg/kd"
|
|
],
|
|
"enable": [
|
|
"golint",
|
|
"structcheck",
|
|
"megacheck",
|
|
"unconvert",
|
|
"deadcode",
|
|
"goconst",
|
|
"unused",
|
|
"gosimple",
|
|
"varcheck",
|
|
"vet"
|
|
],
|
|
"exclude": [
|
|
"don't use underscores in Go names",
|
|
"don't use ALL_CAPS in Go names",
|
|
"exported .* should have comment",
|
|
"comment on exported type",
|
|
"package comment should be of the form",
|
|
"comment on .* should be of the form",
|
|
"should not use dot imports",
|
|
"composite literal uses unkeyed fields"
|
|
]
|
|
}
|