Add hooks to the visitor context so callers can be notified at various important times, including: - item: - [ ] check (start) - [ ] skip (end - skip) - [x] visited (start) - [x] diff (mid - block) - [x] error (end - fail) - [x] pass (end - pass) - rule: - [x] visited (start) - [x] error (end - fail) - [x] pass (end - pass) Along the way: - [ ] push error formatting up to the hooks
Add hooks to the visitor context so callers can be notified at various important times, including:
Along the way: