Skip to content

BG suite multierror support #659

BG suite multierror support

BG suite multierror support #659

Triggered via pull request September 28, 2024 11:02
Status Failure
Total duration 20s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint: pkg/provisioning/bootguard/bootguard.go#L313
expected ';', found '{' (typecheck)
lint
issues found
commitlint
You have commit messages with errors ⧗ input: cmd/bg-suite: print file name on read error Signed-off-by: Daniel Maslowski <[email protected]> ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: pkg/test: print test error and internal error separately Signed-off-by: Daniel Maslowski <[email protected]> ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: add go.uber.org/multierr dependency Signed-off-by: Daniel Maslowski <[email protected]> ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: BootGuard: add multierror output This also rewords many error messages to make them consistent: - capitalize BootGuard, Key Manifest and Boot Policy Manifest - spell out Key Manifest and Boot Policy Manifest - uppercase acronyms such as DMA etc Signed-off-by: Daniel Maslowski <[email protected]> ✖ type must be lower-case [type-case] ✖ type must be one of [build, chore, ci, docs, feat, fix, refactor, revert, test] [type-enum] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint