Phil Quitslund
Phil Quitslund
Yes please, @munificent: any guidance would be hugely appreciated!
thanks @munificent! /fyi @inmatrix @jayoung-lee @bwilkerson this makes for another potential research area when we do corpus analysis...
Thanks for the report @EvGeniyLell. This lint has a number of known issues and could definitely use some attention (or deprecation and removal). Sorry for the inconvenience.
Another one for you @alexeieleusis to self-assign once he's a collaborator proper. 😉
@dnfield: can you point me to the script you're using? (Is it run as part of `flutter analyze` or elsewhere?)
Hey @dnfield. I was looking into this a bit ago and got distracted; sorry! Confirming this would still be valuable?
@dnfield: I'm hoping that @asashour's new `eol_at_end_of_file` should be sufficient for you all? (It's not landed in the SDK yet but will be on our next roll.)
Ah. This is really interesting. Thanks for bringing it up. cc @jefflim-google for input...
Keeping open to discuss NNBD semantics.
FWIW, we check for copyright headers in the linter code base like this: https://github.com/dart-lang/linter/blob/1f6011389d52eb1086e80f5f9d987330f2046973/test/validate_headers_test.dart#L25-L32 Not elegant but it works. We could do something similar in a lint if we made...