From fbf90af44f276ec28d3dec6eb580d8c6aebe06a2 Mon Sep 17 00:00:00 2001 From: r4f43l Date: Wed, 6 Dec 2023 12:35:12 +0100 Subject: [PATCH] Add htypes package alias for github.com/strangelove-ventures/horcrux/pkg/types for linter. --- .golangci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 8fe7a04a..c04197ec 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -99,6 +99,8 @@ linters-settings: alias: boltdb - pkg: math/rand alias: mrand + - pkg: github.com/strangelove-ventures/horcrux/pkg/types + alias: htypes maligned: suggest-new: true govet: