microsoft / go-winio

Win32 IO-related utilities for Go
MIT License
946 stars 180 forks source link

Bump linter, remove structcheck, ignore unhandled_errors #265

Closed helsaawy closed 1 year ago

helsaawy commented 1 year ago

Update golanci-lint to 1.50, and remove structcheck, which was deprecated in new version. Additionally, disable revives unhandled_errors linter, since currently errcheck (a default linter) does the same, and ignores common situations (eg, io.Close, fmt.Print).

Signed-off-by: Hamza El-Saawy hamzaelsaawy@microsoft.com