Skip to content

Can I write lint definitions in a DSL (or Dart) that the linter understands? #57178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sethladd opened this issue Feb 15, 2015 · 1 comment
Closed
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

Comments

@sethladd
Copy link
Contributor

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?)

@sethladd sethladd added the type-enhancement A request for a change that isn't a bug label Feb 15, 2015
@pq
Copy link
Member

pq commented Mar 14, 2017

Would love to pursue this but not on the current roadmap. Closing for now.... 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants