mirror of
https://github.com/reactos/syzkaller.git
synced 2024-12-14 07:08:29 +00:00
b771b17ec9
all: add openbsd support squash of the following commits: * openbsd: add mandatory bits * report: add OpenBSD support * executor: skip building kvm on OpenBSD * executor: add OpenBSD support Linking against libutil is necessary due to usage of openpty(3). * executor: fix typo in fail() message * fixup! report: add OpenBSD support * fixup! openbsd: add mandatory bits * fixup! openbsd: add mandatory bits * fixup! openbsd: add mandatory bits * fixup! report: add OpenBSD support * gometalinter: skip sys/openbsd
47 lines
949 B
JSON
47 lines
949 B
JSON
{
|
|
"vendor": true,
|
|
"tests": true,
|
|
"deadline": "9m",
|
|
"sort": ["path", "line"],
|
|
"minconstlength": 7,
|
|
"linelength": 120,
|
|
"cyclo": 24,
|
|
"duplthreshold": 60,
|
|
"skip": [
|
|
"pkg/kd",
|
|
"pkg/ifuzz/generated",
|
|
"sys/akaros/gen",
|
|
"sys/freebsd/gen",
|
|
"sys/fuchsia/gen",
|
|
"sys/linux/gen",
|
|
"sys/netbsd/gen",
|
|
"sys/openbsd/gen",
|
|
"sys/windows/gen",
|
|
"sys/test/gen"
|
|
],
|
|
"enable": [
|
|
"gofmt",
|
|
"golint",
|
|
"structcheck",
|
|
"megacheck",
|
|
"unconvert",
|
|
"deadcode",
|
|
"goconst",
|
|
"unused",
|
|
"gosimple",
|
|
"varcheck",
|
|
"misspell",
|
|
"gocyclo",
|
|
"vet",
|
|
"vetshadow",
|
|
"lll"
|
|
],
|
|
"exclude": [
|
|
"(sys/(akaros|freebsd|fuchsia|linux|netbsd|test|windows)/init.*|sys/targets/common.go).* don't use ALL_CAPS in Go names",
|
|
"exported .* should have comment",
|
|
"comment on .* should be of the form",
|
|
"declaration of \"err\" shadows",
|
|
"(pkg/csource/generated.go|pkg/report/linux.go|pkg/build/linux_generated.go).* line is [0-9]+ characters"
|
|
]
|
|
}
|