refactor: explicitly type Importer consts
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/config/importer-type.go → internal/config/importer-type.go
@@ -9,7 +9,7 @@ type ImporterType int const ( - All = iota - 1 + All ImporterType = iota - 1 UnknownType Packages Options