refactor(PackageBasedScanStorageReader)!: Align read()
to take a Package
#12341
Annotations
1 error
You have commit messages with errors
⧗ input: refactor(PackageBasedScanStorageReader)!: Align `read()` to take a `Package`
A *package* based reader should indeed take a `Package` for all its
`read()` functions. This aligns with the existing `read()` function that
takes a `ScannerCriteria`, and it is a requirement for a proper
implementation of `ClearlyDefinedStorage` which uses coordinates with a
"provider" for lookup that can only be correctly constructed when
provenance information is available. So far the `ClearlyDefinedStorage`
hard-codes some assumptions in this regard, which will be corrected in
upcoming changes.
Signed-off-by: Sebastian Schuberth <[email protected]>
✖ header must not be longer than 75 characters, current length is 76 [header-max-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
The logs for this run have expired and are no longer available.
Loading