feat(fetch): add vulncheck nvd++ #567
Annotations
10 errors
Build:
fetcher/vulncheck/vulncheck.go#L22
exported function FetchConvert should have comment or be unexported https://revive.run/r#exported
|
Build:
fetcher/vulncheck/types.go#L75
comment on exported type Node should be of the form "Node ..." (with optional leading article) https://revive.run/r#exported
|
Build:
fetcher/vulncheck/types.go#L1
should have a package comment https://revive.run/r#package-comments
|
Build:
server/server.go#L1
should have a package comment https://revive.run/r#package-comments
|
Build:
commands/fetchvulncheck.go#L28
parameter 'args' seems to be unused, consider removing or renaming it as _ https://revive.run/r#unused-parameter
|
Build:
commands/fetch.go#L1
should have a package comment https://revive.run/r#package-comments
|
Build:
util/util.go#L1
should have a package comment https://revive.run/r#package-comments
|
Build:
util/util.go#L1
avoid meaningless package names https://revive.run/r#var-naming
|
Build:
main.go#L1
should have a package comment https://revive.run/r#package-comments
|
Build:
config/config.go#L1
should have a package comment https://revive.run/r#package-comments
|