Skip to content

missing quickfix PlaceholderCountInspection - convert trailing \n to a separate param #2664

Open
@dlsniper

Description

@dlsniper

The inspection reports: Function already ends with new line for code like this:

fmt.Println("demo\n")

And it should be:

fmt.Println("demo", "\n")

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions