@@ -51,7 +51,14 @@ import {
5151import type { NotificationMessage , PackageConfig } from './types/package'
5252import { graphqlApiBuilder , REST_API_TYPE , restApiBuilder , textApiBuilder , unknownApiBuilder } from './apitypes'
5353import { filesDiff , findSharedPath , getCompositeKey , getFileExtension , getOperationsList } from './utils'
54- import { BUILD_TYPE , DEFAULT_BATCH_SIZE , MESSAGE_SEVERITY , SUPPORTED_FILE_FORMATS , VERSION_STATUS } from './consts'
54+ import {
55+ BUILD_TYPE ,
56+ DEFAULT_BATCH_SIZE ,
57+ DEFAULT_VALIDATION_RULES_SEVERITY_CONFIG ,
58+ MESSAGE_SEVERITY ,
59+ SUPPORTED_FILE_FORMATS ,
60+ VERSION_STATUS ,
61+ } from './consts'
5562import { unknownParsedFile } from './apitypes/unknown/unknown.parser'
5663import { createVersionPackage } from './components/package'
5764import { compareVersions } from './components/compare'
@@ -96,7 +103,7 @@ export class PackageVersionBuilder implements IPackageVersionBuilder {
96103 previousVersionPackageId : '' ,
97104 ...config ,
98105 validationRulesSeverity : {
99- brokenRefs : VALIDATION_RULES_SEVERITY_LEVEL_WARNING ,
106+ ... DEFAULT_VALIDATION_RULES_SEVERITY_CONFIG ,
100107 ...config . validationRulesSeverity ,
101108 } ,
102109 }
0 commit comments