Skip to content

Add Go raw string support to comment filtering #68

Description

@Vladyslav-Kuksiuk

Go raw strings can contain // and /* ... */ text that should be preserved.
Add focused tests and scanner handling for backtick strings.

Examples to cover:

text := `Keep // and /* markers */ in raw strings`
value := 1 // remove this real comment

The filter should remove the real line comment while keeping the raw string
unchanged.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions