Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Fix comment reference issues, among other new lints #119

Merged
merged 7 commits into from
Oct 12, 2022
Merged

Conversation

kevmoo
Copy link
Contributor

@kevmoo kevmoo commented Oct 12, 2022

No description provided.

@kevmoo kevmoo requested a review from natebosch October 12, 2022 20:42
@kevmoo kevmoo enabled auto-merge (squash) October 12, 2022 20:42
@@ -21,7 +21,7 @@ final _specKey = Object();
/// A chain of stack traces.
///
/// A stack chain is a collection of one or more stack traces that collectively
/// represent the path from [main] through nested function calls to a particular
/// represent the path from `main` through nested function calls to a particular
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This showed up on pub.dev – sadly the rest of the errors are just noise between pkg:lints/analyzer and dartdoc

/// convert JavaScript traces into Dart-style traces.
///
/// [source_map_stack_trace]: https://pub.dev/packages/source_map_stack_trace
/// [`source_map_stack_trace`](https://pub.dev/packages/source_map_stack_trace)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really wish this was fixed!

Description describe(Description description) =>
description.add(_description).add(' ').addDescriptionOf(_matcher);
}
isA<Frame>().having((p0) => p0.library, 'library', matcher);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha!

@kevmoo
Copy link
Contributor Author

kevmoo commented Oct 12, 2022

PTAL @natebosch

@kevmoo kevmoo merged commit 6af4349 into master Oct 12, 2022
@kevmoo kevmoo deleted the fix_docs_etc branch October 12, 2022 23:09
mosuem pushed a commit to dart-lang/tools that referenced this pull request Dec 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants