8000 Typos ignores files in `.gitignore`, even when they are force-tracked in git · Issue #909 · crate-ci/typos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Typos ignores files in .gitignore, even when they are force-tracked in git #909
Closed
@Crown0815

Description

@Crown0815

I have a situation where a typo in a .png file's name was corrected in the reference of a .md file, but the name of the .png file itself was not corrected.

folder
├ my_tipo.png
└ my_docu.md

With the content of my_docu.md:

[image](./mytipo.png)

now typos correctly fixes the typo in my_docu.md but does not fix the file name of my_tipo.png which breaks the link.

Are PNGs not checked in general? Is it possible to have them checked?

I tried adding this to my _typos.toml but it did nothing:

[type.images]
extend-glob = ["*.png"]
check-file = false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0