Skip to content

[repo] Running yarn lint-staged on Windows with changes containing links causes pull request build failures #1197

Closed
@NeillM

Description

@NeillM

What is the issue that you're experiencing?

On Windows if you run yarn lint-staged on a commit that contains a link like [my link](./filter.md) it will be converted to a path like [my link](\docs\apis\core\reportbuilder\filtering.md)

I'm guessing it should probably be just left alone, since changing it to [my link](/docs/apis/core/reportbuilder/filtering.md) causes it's own issues.

Are you able to provide a patch for this?

Yes, in pull request #1198

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions