Skip to content

redefines-builtin-id

Avoid redefining predeclared identifiers.

Updated View as Markdown

Default severity: warning

Avoid redefining predeclared identifiers.

Bad

func parse(error string) error

Good

func parse(input string) error
Navigation

Type to search…

↑↓ navigate↵ selectEsc close