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:
parent
b5d1924d3f
commit
71a3c3a13b
4 changed files with 36 additions and 36 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue