allLinterRules top-level constant

List<LinterRule> const allLinterRules

All default linter rules to be run.

Implementation

const allLinterRules = [
  UnresolvedSettable(),
  UnnecessaryResolvable(),
  RepeatedChoice(),
  UnreachableChoice(),
  NullableRepeater(),
  LeftRecursion(),
  NestedChoice(),
  OverlappingChoice(),
  UnusedResult(),
];