@@ -407,7 +407,7 @@ fun PackageRule.howToFixUnmappedDeclaredLicense(license: String): String {
407
407
|
408
408
| ```
409
409
|
410
- | curations: Map declared license for ${pkg.metadata.id.toCoordinatesWithoutVersion()}
410
+ | feat( curations) : Map declared license for ${pkg.metadata.id.toCoordinatesWithoutVersion()}
411
411
|
412
412
| $relatesToIssueText
413
413
|
@@ -476,7 +476,7 @@ fun resolveViolationInDependencyDeclaredLicenseText(pkg: Package) : String {
476
476
|
477
477
| ```
478
478
|
479
- | curations: Conclude license for ${pkg.id.toCoordinates()}
479
+ | feat( curations) : Conclude license for ${pkg.id.toCoordinates()}
480
480
|
481
481
| $relatesToIssueText
482
482
|
@@ -529,7 +529,7 @@ fun resolveViolationInDependencyDeclaredLicenseText(pkg: Package) : String {
529
529
|
530
530
| ```
531
531
|
532
- | curations: Conclude license for ${pkg.id.toCoordinates()}
532
+ | feat( curations) : Conclude license for ${pkg.id.toCoordinates()}
533
533
|
534
534
| $relatesToIssueText
535
535
|
@@ -578,7 +578,7 @@ fun resolveViolationInDependencyDeclaredLicenseText(pkg: Package) : String {
578
578
|
579
579
| ```
580
580
|
581
- | curations: Conclude license for ${pkg.id.toCoordinates()}
581
+ | feat( curations) : Conclude license for ${pkg.id.toCoordinates()}
582
582
|
583
583
| $relatesToIssueText
584
584
|
@@ -706,7 +706,7 @@ fun resolveViolationInDependencySourceCodeText(pkg: Package, license: String) :
706
706
|
707
707
| ```
708
708
|
709
- | curations: Conclude license for ${pkg.id.toCoordinates()}
709
+ | feat( curations) : Conclude license for ${pkg.id.toCoordinates()}
710
710
|
711
711
| $relatesToIssueText
712
712
|
@@ -755,7 +755,7 @@ fun resolveViolationInDependencySourceCodeText(pkg: Package, license: String) :
755
755
|
756
756
| ```
757
757
|
758
- | curations: Set VCS path for ${pkg.id.toCoordinatesWithoutVersion()}
758
+ | feat( curations) : Set VCS path for ${pkg.id.toCoordinatesWithoutVersion()}
759
759
|
760
760
| $relatesToIssueText
761
761
|
@@ -861,7 +861,7 @@ fun resolveViolationInDependencySourceCodeText(pkg: Package, license: String) :
861
861
|
862
862
| ```
863
863
|
864
- | curations: Conclude license for ${pkg.id.toCoordinates()}
864
+ | feat( curations) : Conclude license for ${pkg.id.toCoordinates()}
865
865
|
866
866
| $relatesToIssueText
867
867
|
@@ -900,7 +900,7 @@ fun resolveViolationInDependencySourceCodeText(pkg: Package, license: String) :
900
900
|
901
901
| ```
902
902
|
903
- | curations: Set VCS path for ${pkg.id.toCoordinatesWithoutVersion()}
903
+ | feat( curations) : Set VCS path for ${pkg.id.toCoordinatesWithoutVersion()}
904
904
|
905
905
| $relatesToIssueText
906
906
|
0 commit comments