Skip to content

Splitting multiple 'skip' paths onto indented config file lines behaves differently than when on a single line #3399

@oddhack

Description

@oddhack

The INI file format claims to support an option value that is split across multiple lines, if the lines after the first are indented. However, I see different behavior with the two settings

skip=*.adoc,./build_tests/*,
skip=*.adoc,
    ./build_tests/*,

The first works (skips a file with misspellings under build_tests/BAD), the second fails (reports the misspelling). Am I missing something about the INI file format that would allow this to work?

Attaching a zipfile with this minimal example.

codespell-config.zip

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