mirror of
https://github.com/MontFerret/ferret.git
synced 2025-01-12 03:19:45 +02:00
Actually, let's just disable the check for Type
This commit is contained in:
parent
423939af57
commit
8e2006b73c
@ -4,6 +4,7 @@ import (
|
||||
"encoding/json"
|
||||
)
|
||||
|
||||
//revive:disable-next-line redefines-builtin-id
|
||||
type Type int64
|
||||
|
||||
const (
|
||||
|
@ -30,4 +30,3 @@ warningCode = 0
|
||||
[rule.unused-parameter]
|
||||
[rule.unreachable-code]
|
||||
[rule.redefines-builtin-id]
|
||||
severity = "warning"
|
||||
|
Loading…
Reference in New Issue
Block a user