Can I write lint definitions in a DSL (or Dart) that the linter understands? #57178
Labels
devexp-linter
Issues with the analyzer's support for the linter package
legacy-area-analyzer
Use area-devexp instead.
type-enhancement
A request for a change that isn't a bug
OK: writing lint rules in english and then implementing the rule as Dart (see https://github.com/dart-lang/linter/blob/master/lib/src/rules/library_prefixes.dart)
AMAZING: writing the rules in a single way (a DSL? Dart code?)
The text was updated successfully, but these errors were encountered: