Skip to content

Allow disabling/ignoring some lines using a disable-scspell comment #44

@kkmuffme

Description

@kkmuffme

Sometimes files contain text in different languages, which you do not want to add to a file specific dictionary.

It would be nice if there was an option like:

// disable-scspell
bonjour monde
hallo welt
//enable-scspell

(can also be other types of comments, e.g. /* disable-scspell */ )

to disable scspell for some lines of a file
A method like this exists for all linting tools e.g. eslint, psalm, phpstan,... so I think it would be useful here too

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions