I propose to introduce the following linters: - [x] https://github.com/gostaticanalysis/nilerr: finds code that returns nil even though it checks that error is not nil. - [x] https://github.com/gostaticanalysis/forcetypeassert: finds forced type assertions.