incompatibleRules property

List<String> get incompatibleRules

A list of incompatible rule names.

Two rules are incompatible if there are situations where it is difficult or impossible to comply with both. The analyzer will warn if two incompatible rules are both enabled in analysis options.

Implementation

List<String> get incompatibleRules => const [];