We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f4e49 commit c2d448bCopy full SHA for c2d448b
src/builder.ts
@@ -94,8 +94,11 @@ export class PackageVersionBuilder implements IPackageVersionBuilder {
94
this.config = {
95
previousVersion: '',
96
previousVersionPackageId: '',
97
- validationRulesSeverity: { brokenRefs: VALIDATION_RULES_SEVERITY_LEVEL_WARNING },
98
...config,
+ validationRulesSeverity: {
99
+ brokenRefs: VALIDATION_RULES_SEVERITY_LEVEL_WARNING,
100
+ ...config.validationRulesSeverity,
101
+ },
102
}
103
104
this.params.configuration = {
0 commit comments