Skip to content

confusing-results

Name consecutive unnamed results that have the same type.

Updated View as Markdown

Default severity: warning

Name consecutive unnamed results that have the same type.

Bad

func bounds() (int, int)

Good

func bounds() (min int, max int)
Navigation

Type to search…

↑↓ navigate↵ selectEsc close