Skip to content

Conversation

@jsha
Copy link
Contributor

@jsha jsha commented Mar 31, 2020

Note: This builds on top of #4718. Please review that first.

This adds staticcheck to our "lints" CI, with a list of excluded checks. Some of these are checks that we don't care about much (like error string capitalization). Others are nice to fix (possible nil pointer dereferences in _test.go files), but we'd like to land the automated checking first to catch any new issues, then later winnow down the list.

This builds on #4726, #4725, and #4722, which addressed some of the categories of findings from staticcheck.

@jsha jsha requested a review from a team as a code owner March 31, 2020 19:31
@rolandshoemaker
Copy link
Contributor

Conflicts.

@jsha
Copy link
Contributor Author

jsha commented Apr 6, 2020

Conflicts resolved, thanks!

@rolandshoemaker rolandshoemaker merged commit 48942db into master Apr 7, 2020
@rolandshoemaker rolandshoemaker deleted the add-staticcheck branch April 7, 2020 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants