Actually, let's just disable the check for Type

This commit is contained in:
David Landry
2018-10-05 17:00:37 -04:00
parent 423939af57
commit 8e2006b73c
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ import (
"encoding/json"
)
//revive:disable-next-line redefines-builtin-id
type Type int64
const (
-1
View File
@@ -30,4 +30,3 @@ warningCode = 0
[rule.unused-parameter]
[rule.unreachable-code]
[rule.redefines-builtin-id]
severity = "warning"