Skip to content

Commit fb9c774

Browse files
Copilotfgreinacher
andcommitted
Addressing PR comments
Co-authored-by: fgreinacher <[email protected]>
1 parent 0929b19 commit fb9c774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/verify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default async (pluginConfig, context) => {
6161
.filter(([option, value]) => !isValid(option, value))
6262
.map(([option, value]) => getError(`EINVALID${option.toUpperCase()}`, { [option]: value }));
6363

64-
// Validate generic package labels
64+
// Validate generic package labels with specific error codes
6565
if (options.assets && Array.isArray(options.assets)) {
6666
options.assets.forEach((asset) => {
6767
if (isPlainObject(asset) && asset.target === "generic_package" && asset.label) {

0 commit comments

Comments
 (0)