saveourtool/diktat

Explicit lambda arguments shouldn't be called `it`

Open

#1,250 opened on Mar 28, 2022

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Kotlin (40 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (571 stars)
PR merge metrics
 (PR metrics pending)

Description

Explicit lambda arguments are named it. This is confusing, even though the language allows it. I'll create a separate issue to implement this check as a part of Diktat.

Originally posted by @petertrr in https://github.com/analysis-dev/diktat/issues/1228#issuecomment-1080781871

Contributor guide