-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
sven1103
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request