From a4ce880d9c2c190b5451afc934913e32effbeecd Mon Sep 17 00:00:00 2001 From: David Landry Date: Fri, 5 Oct 2018 17:00:37 -0400 Subject: [PATCH] Actually, let's just disable the check for Type --- pkg/runtime/core/value.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/runtime/core/value.go b/pkg/runtime/core/value.go index 6b9cba24..aa79fd2b 100644 --- a/pkg/runtime/core/value.go +++ b/pkg/runtime/core/value.go @@ -4,6 +4,7 @@ import ( "encoding/json" ) +//revive:disable-next-line redefines-builtin-id type Type int64 const (