File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ const minimal: RawGovernanceConfig<'built-in'> = {
221221 'tags-alphabetical' : 'off' ,
222222 'no-duplicated-tag-names' : 'off' ,
223223 'no-invalid-encoding-combinations' : 'warn' ,
224- 'discriminator-default-mapping' : 'warn ' ,
224+ 'discriminator-default-mapping' : 'off ' ,
225225 } ,
226226 async2Rules : {
227227 'channels-kebab-case' : 'off' ,
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ const recommended: RawGovernanceConfig<'built-in'> = {
221221 'tags-alphabetical' : 'off' ,
222222 'no-duplicated-tag-names' : 'warn' ,
223223 'no-invalid-encoding-combinations' : 'error' ,
224- 'discriminator-default-mapping' : 'error ' ,
224+ 'discriminator-default-mapping' : 'warn ' ,
225225 } ,
226226 async2Rules : {
227227 'channels-kebab-case' : 'off' ,
You can’t perform that action at this time.
0 commit comments