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

all: add support for the File filters in Where clause #83

Merged
merged 1 commit into from
Oct 8, 2020

Commits on Oct 8, 2020

  1. all: add support for the File filters in Where clause

    A first file filter is Imports(pkgpath) predicate.
    It checks whether a file that is currently being checked
    contains a certain import.
    
    Example usage: suggest filepath.Separator over os.PathSeparator,
    but only if "path/filepath" is imported inside this file.
    
    DSL package is updated and re-generated.
    
    Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
    quasilyte committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    3b804d2 View commit details
    Browse the repository at this point in the history