isLintEnabled abstract method

bool isLintEnabled(
  1. String name
)

Return true the lint with the given name is enabled.

Implementation

bool isLintEnabled(String name);