Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go 1.17 prep - ignore vendor directory in staticcheck #3114

Merged
merged 1 commit into from
Dec 13, 2021

Commits on Dec 11, 2021

  1. Go 1.17 prep - ignore vendor directory in staticcheck

    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>
    denyeart committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    20593d7 View commit details
    Browse the repository at this point in the history