isSuppressed method

bool isSuppressed(
  1. String id
)

Checks that the id is globally suppressed.

Implementation

bool isSuppressed(String id) => _ignoreForFileSet.contains(_canonicalize(id));