Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
golangci-lint: enable dot-imports rule of revive
Discouraging dot-imports is a good rule. We can enable it again now with an exception for the Ginkgo and Gomega packages. Importing those two packages with dot-import makes test files more readable. Signed-off-by: Raghavendra Talur <[email protected]>
- Loading branch information