atc0005 / check-rsat

Go-based tooling to monitor Red Hat Satellite systems; NOT affiliated with or endorsed by Red Hat, Inc.
MIT License
0 stars 0 forks source link

Fix errcheck linting errors #268

Closed atc0005 closed 4 months ago

atc0005 commented 4 months ago

Resolve `return value of fmt.Fprintf is not checked`` errors by explicitly discarding return values (potential error, bytes written) since we do not need them and the potential for failure (in this particular use case) is highly unlikely.