BG suite multierror support #659
golangci-lint.yml
on: pull_request
lint
9s
commitlint
13s
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
|