johnsonjh / jleveldb

jleveldb: JLevelDB is an implementation of the LevelDB key/value database in the Go programming language, based on GoLevelDB

Home Page:https://github.com/johnsonjh/jleveldb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(SCC-ST1001) Dot imports are discouraged

johnsonjh opened this issue · comments

Description

Dot imports that aren't in external test packages are discouraged. The dot_import_whitelist option can be used to whitelist certain imports. Quoting Go Code Review Comments: ``` The import . form can be useful in tests that, due to circular dependencies, cannot be made part of the package being tested: package …

Occurrences

There are 7 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/johnsonjh/jleveldb/issue/SCC-ST1001/occurrences/

⚠️ This has been marked to be closed in 7 days.