Sam Rawlins
Sam Rawlins
I'm not sure where the bug is so I'm not sure how to title this issue. Take this input: ```dart @Deprecated('loooooooooooooooooooooooong text string' 'loooooooooooooooooooooooong text string') void f( @Deprecated('loooooooooooooooooooooooong text...
This was brought up in an internal discussion, and I thought I'd bring up an idea, which we can all look at in our infinite free dart_style corner bug time...
The unittest package is long deprecated. Please migrate tests to use the new test package.
I was on a plane, w/o internet, and tried to run `dart run test test/version_test.dart` in the linter repo. My pubspec.yaml was out of date compared with `.dart_tool/package_config.yaml` (unbeknownst to...
I had totally missed that Dart RegExp supports named groups. We should use these in parsing, as it is mind-melting to try to keep the indices of nested groups in...
On lines 84 and 85.
As of now, the `linkResolver` is only called when a shortcut reference link is used, and no reference is found such as: ```markdown Where does this [go]? ``` Since there...
For use at [babelmark2](http://johnmacfarlane.net/babelmark2/). Can use [App Engine's Managed VMs](https://dart-lang.github.io/server/google-cloud-platform/app-engine/).
I think `avoid_dynamic_calls` would be a great addition to the lint rule sets. Either in core or in recommended. https://dart-lang.github.io/linter/lints/avoid_dynamic_calls.html It is currently marked `experimental`. See https://github.com/dart-lang/linter/issues/2666
#200 Really just inspired in me the idea that Mock should only have final fields; i.e. it should be able to satisfy the @immutable contract if needed (it should be...