Marcin Wojnarowski

Results 44 issues of Marcin Wojnarowski

> Idea: I'd like to have an easy way to diff the rules enabled by `flutter_lints` and by `leancode_lint`. _Originally posted by @bartekpacia in https://github.com/leancodepl/flutter_corelibrary/pull/101#pullrequestreview-1427304922_

- New [`unintended_html_in_doc_comment`][] - New [`invalid_runtime_check_with_js_interop_types`][] - New [`document_ignores`][] [`unintended_html_in_doc_comment`]: https://dart.dev/lints/unintended_html_in_doc_comment [`invalid_runtime_check_with_js_interop_types`]: https://dart.dev/lints/invalid_runtime_check_with_js_interop_types [`document_ignores`]: https://dart.dev/lints/document_ignores

Trying to `copy` a file that does not exist throws different exceptions depending on the underlying implementation. Assuming file `aaa` does not exist: ```dart import 'package:file/file.dart'; import 'package:file/local.dart'; void main()...

package:file