1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Unify camel case spelling of message tracking.

This commit is contained in:
Sascha L. Teichmann 2023-06-15 14:18:46 +02:00
parent b5d1924d3f
commit 71a3c3a13b
4 changed files with 36 additions and 36 deletions

View file

@ -180,11 +180,11 @@ func (p *processor) eval(requirement int) bool {
return !p.badDirListings.hasErrors()
case 15:
return !p.badROLIEfeed.hasErrors()
return !p.badROLIEFeed.hasErrors()
case 16:
return !p.badROLIEservice.hasErrors()
return !p.badROLIEService.hasErrors()
case 17:
return !p.badROLIEcategory.hasErrors()
return !p.badROLIECategory.hasErrors()
case 18:
return !p.badIntegrities.hasErrors()