Skip to content

Fix inconsistency when evaluating style-rules for comments #104

@jvsqzj

Description

@jvsqzj

The current implementation of some style rules does not apply to comments, while a few others do (namely long_lines and any rules applied in a line per line basis). This is due to most rules being applied to the AST which ignores comments, as comments don't provide any syntactic information.

A more consistent approach would be nice for corresponding style rules to apply in comments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions