From 5fd7d6388e75d8ea594ef7b04d2601f68199316a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Ecs=C3=A9di?= Date: Thu, 10 Oct 2019 10:37:29 +0200 Subject: [PATCH] Ignore modules with vanity url in licensei --- .licensei.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.licensei.toml b/.licensei.toml index a282418b..6bae81cd 100644 --- a/.licensei.toml +++ b/.licensei.toml @@ -8,5 +8,8 @@ approved = [ ignored = [ + "emperror.dev/errors", "github.com/ghodss/yaml", + "go.uber.org/atomic", + "go.uber.org/multierr", ]