Skip to content

lint/param-duplication_checker.go improve suggestions #48

@fexolm

Description

@fexolm

Right now for
func(a int, b int, c int)
we would output 2 suggestions
a, b int
b, c int
but it should be just one
a, b, c int

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions