Skip to content

Commit

Permalink
Actually, let's just disable the check for Type
Browse files Browse the repository at this point in the history
  • Loading branch information
davad committed Oct 5, 2018
1 parent 423939a commit 8e2006b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pkg/runtime/core/value.go
Expand Up @@ -4,6 +4,7 @@ import (
"encoding/json"
)

//revive:disable-next-line redefines-builtin-id
type Type int64

const (
Expand Down
1 change: 0 additions & 1 deletion revive.toml
Expand Up @@ -30,4 +30,3 @@ warningCode = 0
[rule.unused-parameter]
[rule.unreachable-code]
[rule.redefines-builtin-id]
severity = "warning"

0 comments on commit 8e2006b

Please sign in to comment.