Skip to content

In-line ignoring of the following line #3637

@spetrosi

Description

@spetrosi

Sometimes it is not convinient to write a codespell ignore comment on the line that I want to ignore.
Other linters allow for writing the ignoring comment above the to-ignored line.

So instead of doing this and as a result have a very long string:

                mode: "0644"
                regexp: "^(options|blacklist) {{ item }}"  # codespell:ignore blacklist

I want to be able to do this:

                mode: "0644"
                # codespell:ignore blacklist
                regexp: "^(options|blacklist) {{ item }}"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions