Günter Zöchbauer
Günter Zöchbauer
It's probably redundant when http://dart-lang.github.io/linter/lints/package_api_docs.html is used
I sometimes add comments that are intentionally not doc comments. There should be an easy way to opt out to avoid false positives. (I don't need to enable this lint...
AFAIR @nweiz has a different opinion on dependencies used for example in `bin`. There was a long discussion on a pub issue. I hope I didn't mix anything up -...
Shouldn't this be handled by dartfmt?
A simplified formatter that doesn't change line-breaks, similar to how it works in IntelliJ with TypeScript would probably provide more value than linter rules.
@Hixie I guess in this case I'm in favor of linter rules as well :D
> Prefer creating a named constant or an enum instead of using a literal value (magic number) in an expression directly. ``` dart class Person { String name; int age;...
I don't think this should be forced on users. The configuration story is not settled as far as I understand but I hope - the lints derived from the style...
Not sure it's a flavor. I would say it's exactly that ;-)
Any chance these issues with testability will get addressed with the set of breaking changes for Dart 2.0?