Skip to content

Ignore directives that are commented out #324

Open
@BenLloydPearson

Description

@BenLloydPearson

Is your feature request related to a problem? Please describe.
If you comment out a directive inside an if: statement, that directive will still be run. Any directive lines that are preceded by a # should probably be ignored.

Describe the solution you'd like
Any configuration file lines that start with a # should be ignored.

Describe alternatives you've considered
You need to move the line to a place where it won't be run or delete it entirely.

Additional context
Reported here: #317 (comment)

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