Discussion:
[dart-misc] Is it possible to have all lints on-by-default and opt-out of some?
Danny Tuppeny
2016-08-28 09:39:49 UTC
Permalink
For a brand new project it seems like having all lints on by default and
just selectively disabling might be better than opting-in individually
(else you have to keep track of new lints being added). Is it possible? If
not, is it a reasonable feature request?

(Is it even sane? I haven't used them, I don't know how nitpicky they are?)
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Danny Tuppeny
2016-08-28 09:42:55 UTC
Permalink
Looks like I searched the wrong place; this has been requested before!

https://github.com/dart-lang/linter/issues/251
https://github.com/dart-lang/sdk/issues/25843
Post by Danny Tuppeny
For a brand new project it seems like having all lints on by default and
just selectively disabling might be better than opting-in individually
(else you have to keep track of new lints being added). Is it possible? If
not, is it a reasonable feature request?
(Is it even sane? I haven't used them, I don't know how nitpicky they are?)
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...