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

checkers/internal/astwalk: adapted from a lintpack #934

Merged
merged 1 commit into from May 27, 2020

Commits on May 27, 2020

  1. checkers/internal/astwalk: adapted from a lintpack

    Since we might want to reduce dependencies from
    a lintpack project that is going to be replaced
    with go/analysis, it's beneficial to move useful
    things we want to keep inside go-critic repository.
    
    astwalk only depends on the lintpack.FileWalker
    interface that can be easily moved or replaced later.
    
    Refs #854
    
    Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
    quasilyte committed May 27, 2020
    Configuration menu
    Copy the full SHA
    7a83a7a View commit details
    Browse the repository at this point in the history