Skip to content

Lint space after section header in ini files #9

@robojumper

Description

@robojumper

There is a quirk in the config parser where section headers [Package.Class] (note the whitespace after closing brace) are not recognized as headers. This is because the line is read in its entirety and then the first and last characters are checked. This is a very simple mistake to make when copying code from other places on the internet -- at least the Steam workshop text renderer inserts a space before newlines.

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