enableAllLintRules property

bool? enableAllLintRules
final

A field representing whether to enable/disable lint rules that are not listed in:

custom_lint:
  rules:
  ...

If null, the default behavior will be deferred to LintRule.enabledByDefault.

Implementation

final bool? enableAllLintRules;