Skip to content

noqa comments parsing logic #12808

@InSyncWithFoo

Description

@InSyncWithFoo

Currently these are all valid noqa comments:

# noqa: A100,B101
# noqa: A100 B101
# noqa: A100, B101
# noqa: A100 , B101
# noqa: A100B101
# noqa: A100,,B101

The formats in the second group should be invalid.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingsuppressionRelated to supression of violations e.g. noqa

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions