mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Add ROLIE category document check for existence
This commit is contained in:
parent
051de5194d
commit
d91af558ce
3 changed files with 36 additions and 2 deletions
|
|
@ -69,6 +69,7 @@ type processor struct {
|
|||
badDirListings topicMessages
|
||||
badROLIEfeed topicMessages
|
||||
badROLIEservice topicMessages
|
||||
badROLIEcategory topicMessages
|
||||
|
||||
expr *util.PathEval
|
||||
}
|
||||
|
|
@ -236,6 +237,7 @@ func (p *processor) clean() {
|
|||
p.badDirListings.reset()
|
||||
p.badROLIEfeed.reset()
|
||||
p.badROLIEservice.reset()
|
||||
p.badROLIEcategory.reset()
|
||||
p.labelChecker = nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue