rfid: adds nolints
This commit is contained in:
parent
fcfbca695a
commit
df19a8c2f5
@ -65,7 +65,7 @@ func (r *RFID) Run() error {
|
||||
}
|
||||
|
||||
go func() {
|
||||
buf := make([]byte, 3)
|
||||
buf := make([]byte, 3) // nolint:gomnd
|
||||
|
||||
rfid := ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user