Sam Rawlins

Results 158 issues of Sam Rawlins

Child of #4881. This rule walks all compilation units; it should probably walk augmentations as well? I haven't thought about it too much.

type-enhancement
P3

Child of #4881. This rule walks all compilation units; it should probably walk augmentations as well? I haven't thought about it too much.

type-enhancement
P2
set-recommended

Child of #4881. This rule walks all compilation units; it should probably walk augmentations as well? I haven't thought about it too much.

type-enhancement
P3

## `unintented_html_in_doc_comment` ## Description Sometimes a developer may neglect to put a code reference with angle brackets in backticks, within a doc comment, and write something like `/// Returns a...

lint-proposal
status-accepted

## cast_into_extension_type Or some name with "introduces extension type." ## Description From [this comment](https://github.com/dart-lang/linter/issues/3625#issuecomment-1669844104): > Ideally, they would flag any construct that performs a dynamic type test on an expression...

type-enhancement
lint-proposal
status-pending

These rules were deprecated, and should be removed.

type-code-health
P2

I don't have a repro for this; this comes from https://github.com/dart-lang/mockito/issues/591 where @adbonnin has a repro. Backslashes should not be used in relative import URLs. The line of code in...

type-bug

There are a few issues around how we display long types and long element names. I think we can refer to these as "signatures," but it's not a super accurate...

type-enhancement
P2

- [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. Contribution guidelines: - See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md) for general expectations for PRs. - Larger or...

I believe the full feature set of Flutter's `@tool snippet` is as follows: Given text like this: ```dart /// {@tool snippet} /// /// The following is a skeleton of a...

type-enhancement
P3