Remove validation errors for missing .nss files
This commit is contained in:
@@ -260,7 +260,7 @@ func validateReferences(report *Report, document loadedDocument, resources, scri
|
||||
return
|
||||
}
|
||||
if _, exists := scripts[strings.ToLower(value)]; !exists {
|
||||
report.add(document.Path, fmt.Sprintf("missing script reference %q from field %q", value, field.Label), SeverityError)
|
||||
report.add(document.Path, fmt.Sprintf("missing script reference %q from field %q", value, field.Label), SeverityWarning)
|
||||
}
|
||||
case field.Label == "Conversation":
|
||||
key := strings.ToLower(value) + ".dlg"
|
||||
|
||||
Reference in New Issue
Block a user