Skip to content

Provide convenience methods for validation results #18

@Steffengreiner

Description

@Steffengreiner

What happened?

What has happened
Heya qbicsoftware development team i wanted to try out the compass libary as outlined in the readme and found an issue in the Example: Level 1 FAIR Signposting Profile validation section:

SignPostingResult signPostResult = processor.process(result.weblinks());

if(signPostResult.containsIssues()){
    // Retrieve the report
    var report = result.report();
    // Investigate the report 
    // ...
    return;
}

As far as i can tell the signPostResult.containsIssues() method does not exist. Can you point me to the correct method name instead?

Thank you in advance 👍

What browsers are you seeing the problem on?

Firefox

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions