-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Describe the Bug
When you run golangci-lint
on this repository now, you'll get following errors.
Here is the problem...
- This repository uses
interfacer
linter, which is now deprecated. errcheck
fails on these code...
Line 278 in aa2dad4
fmt.Scanln(&response)
Line 309 in aa2dad4
fmt.Scanln(&response)
Steps to Reproduce
Just run the latest version of golangci-lint
.
You can also reproduce by rerunning CI again.
Metadata
Metadata
Assignees
Labels
No labels