Skip to content

blank-imports

Require explanatory comments on blank imports outside main and test files.

Updated View as Markdown

Default severity: warning

Require explanatory comments on blank imports outside main and test files. Default: main and test packages exempt.

Bad

import _ "example.com/driver"

Good

import _ "example.com/driver" // register the driver
Navigation

Type to search…

↑↓ navigate↵ selectEsc close