Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go 1.17 prep - ignore vendor directory in staticcheck (#3114)
A few vendored dependencies have benign staticcheck errors when using Go 1.17. This commit simply filters out vendor directories in staticcheck output since the intention of the linter is to check Fabric source only. Note - it is not possible to filter the vendor directories as input to staticcheck, as they will still show up when the Fabric package that uses them gets checked. Have to filter the output instead. Signed-off-by: David Enyeart <enyeart@us.ibm.com>
- Loading branch information