
Exception EXC0001 ignores errors on functions like Sprint and Sprintf, but not Sprintln. Update the exception to include *println as well.
8 lines
122 B
YAML
8 lines
122 B
YAML
linters-settings:
|
|
errcheck:
|
|
check-blank: true
|
|
ignore: os:.*,io/ioutil:^ReadF.*
|
|
issues:
|
|
include:
|
|
- EXC0001
|