Skip to content

Commit 4ea4550

Browse files
tsteenbesschuberth
authored andcommitted
feat(rules): Use Conventional Commits in examples
Use the Convential Commits [1] in how-to-fix text commit message examples as its a requirement for any contributions to the ORT project. [1]: https://www.conventionalcommits.org/ Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent 003b0ac commit 4ea4550

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

evaluator.rules.kts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ fun PackageRule.howToFixUnmappedDeclaredLicense(license: String): String {
407407
|
408408
| ```
409409
|
410-
| curations: Map declared license for ${pkg.metadata.id.toCoordinatesWithoutVersion()}
410+
| feat(curations): Map declared license for ${pkg.metadata.id.toCoordinatesWithoutVersion()}
411411
|
412412
| $relatesToIssueText
413413
|
@@ -476,7 +476,7 @@ fun resolveViolationInDependencyDeclaredLicenseText(pkg: Package) : String {
476476
|
477477
| ```
478478
|
479-
| curations: Conclude license for ${pkg.id.toCoordinates()}
479+
| feat(curations): Conclude license for ${pkg.id.toCoordinates()}
480480
|
481481
| $relatesToIssueText
482482
|
@@ -529,7 +529,7 @@ fun resolveViolationInDependencyDeclaredLicenseText(pkg: Package) : String {
529529
|
530530
| ```
531531
|
532-
| curations: Conclude license for ${pkg.id.toCoordinates()}
532+
| feat(curations): Conclude license for ${pkg.id.toCoordinates()}
533533
|
534534
| $relatesToIssueText
535535
|
@@ -578,7 +578,7 @@ fun resolveViolationInDependencyDeclaredLicenseText(pkg: Package) : String {
578578
|
579579
| ```
580580
|
581-
| curations: Conclude license for ${pkg.id.toCoordinates()}
581+
| feat(curations): Conclude license for ${pkg.id.toCoordinates()}
582582
|
583583
| $relatesToIssueText
584584
|
@@ -706,7 +706,7 @@ fun resolveViolationInDependencySourceCodeText(pkg: Package, license: String) :
706706
|
707707
| ```
708708
|
709-
| curations: Conclude license for ${pkg.id.toCoordinates()}
709+
| feat(curations): Conclude license for ${pkg.id.toCoordinates()}
710710
|
711711
| $relatesToIssueText
712712
|
@@ -755,7 +755,7 @@ fun resolveViolationInDependencySourceCodeText(pkg: Package, license: String) :
755755
|
756756
| ```
757757
|
758-
| curations: Set VCS path for ${pkg.id.toCoordinatesWithoutVersion()}
758+
| feat(curations): Set VCS path for ${pkg.id.toCoordinatesWithoutVersion()}
759759
|
760760
| $relatesToIssueText
761761
|
@@ -861,7 +861,7 @@ fun resolveViolationInDependencySourceCodeText(pkg: Package, license: String) :
861861
|
862862
| ```
863863
|
864-
| curations: Conclude license for ${pkg.id.toCoordinates()}
864+
| feat(curations): Conclude license for ${pkg.id.toCoordinates()}
865865
|
866866
| $relatesToIssueText
867867
|
@@ -900,7 +900,7 @@ fun resolveViolationInDependencySourceCodeText(pkg: Package, license: String) :
900900
|
901901
| ```
902902
|
903-
| curations: Set VCS path for ${pkg.id.toCoordinatesWithoutVersion()}
903+
| feat(curations): Set VCS path for ${pkg.id.toCoordinatesWithoutVersion()}
904904
|
905905
| $relatesToIssueText
906906
|

0 commit comments

Comments
 (0)