return true; // A special event.
}
// Lazy update. If the first event for the current file, update file
// contents and tag suppressions
final FileContents currentContents = FileContentsHolder.getContents();
if (currentContents == null) {
// we have no contents, so we can not filter.
// TODO: perhaps we should notify user somehow?
return true;
}