microsoft / go-winio

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

Soften linter #264

Closed helsaawy closed 1 year ago

helsaawy commented 1 year ago

Remove some aggressive linters: godoc, goconst, misspel, nestif, and prealloc. Also removestylechecksince it is subsumed byrevive`, and the later is more configurable.

Allow tests and build stages to continue even if linter fails.

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

kevpar commented 1 year ago

THANK YOU