BG suite multierror support #661
golangci-lint.yml
on: pull_request
lint
9s
commitlint
11s
Annotations
1 error
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: BootGuard: add multierror output
This uses go.uber.org/multierr.
Also reword 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
|