Skip to content

Add warning result when maxErrors is reached #89

@tpluscode

Description

@tpluscode

I suppose it would be as simple as a top-level result similar to

[] a sh:ValidationReport ;
   sh:result [
      sh:resultSeverity sh:Warning ;
      sh:resultMessage "The maximum number of error (100) was reached. Not all violations may have been reported" ;
   ] ;
.

Unfortunately, according to paragraph 3.6.2 of the spec, sh:focusNode and sh:sourceConstraintComponent are also required. To conform to this requirement we might add some new term to identify the constraint, like ex:MaxErrorConstraintComponent. I have no (good) idea for the focus node other than a new blank node

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions