Skip to content

Fix false positive warnings from parsing inline code/URLs as file paths #68

@devrimcavusoglu

Description

@devrimcavusoglu

Description

Skern produces false positive warnings when parsing inline code and URLs as file paths. The parser incorrectly treats content within inline code blocks and URLs as potential file path references, resulting in spurious warnings.

Expected behavior

Inline code (e.g., backtick-wrapped content) and URLs should not be parsed as file paths. The parser should skip these patterns to avoid false positive warnings.

Current behavior

Warnings are emitted for inline code and URL content that are mistakenly identified as file paths.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions