Skip to content

Warn that link checking is for markdown links only#80

Merged
reidbaker merged 3 commits intoflutter:mainfrom
reidbaker:r-warn-that-path-checking-is-on-markdown-links
Apr 14, 2026
Merged

Warn that link checking is for markdown links only#80
reidbaker merged 3 commits intoflutter:mainfrom
reidbaker:r-warn-that-path-checking-is-on-markdown-links

Conversation

@reidbaker
Copy link
Copy Markdown
Contributor

Readme improvement.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the dart_skills_lint README to include a description of the Path Integrity check under content constraints. The review feedback correctly identifies inaccuracies in the description regarding how absolute paths are handled and the default status of relative path checks, providing a suggestion to clarify that absolute paths are restricted for portability rather than existence.

Comment thread tool/dart_skills_lint/README.md Outdated
@reidbaker
Copy link
Copy Markdown
Contributor Author

/gemini review

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the documentation for the dart_skills_lint tool by adding Path Constraints to both the README and the formal specification, while also updating the CommonMark Spec version reference. Review feedback highlights an inconsistency where the CommonMark version was updated in the README but not in the specification file. Additionally, suggestions were made to clarify that the current path constraint implementation only supports inline Markdown links, excluding HTML and reference-style links.


### 4. Content Constraints
- **Trailing Whitespace**: Lines in `SKILL.md` should not have trailing whitespace. Exactly 2 spaces at the end of a line are allowed to support Markdown hard line breaks, per the [CommonMark Spec](https://spec.commonmark.org/0.30/#hard-line-breaks).
- **Trailing Whitespace**: Lines in `SKILL.md` should not have trailing whitespace. Exactly 2 spaces at the end of a line are allowed to support Markdown hard line breaks, per the [CommonMark Spec](https://spec.commonmark.org/0.31.2/#hard-line-breaks).
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The CommonMark Spec version was updated to 0.31.2 here, but it remains 0.30 in documentation/knowledge/SPECIFICATION.md (line 65). These should be kept in sync to maintain consistency across the documentation.

Comment thread tool/dart_skills_lint/README.md Outdated
Comment thread tool/dart_skills_lint/documentation/knowledge/SPECIFICATION.md Outdated
@reidbaker reidbaker merged commit 93ac9cc into flutter:main Apr 14, 2026
7 checks passed
@reidbaker reidbaker deleted the r-warn-that-path-checking-is-on-markdown-links branch April 14, 2026 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant