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

Support lint for sub-package usage #2

Closed
wants to merge 3 commits into from
Closed

Commits on Feb 12, 2020

  1. support lint for sub-package usage

    The given NOT to import package will be linted not only for itself, but
    also for its sub-packages. The lint message will also reflect this.
    
    A potential counterpart change would be to merge the input argument and
    merge them if they has root-sub relationship. Or we should allow user to
    pass in two paths, e.g. *a=x* and *a/b=y*, and lint the import path of
    *a/b* using the second hint (i.e. use suggestion of *y*), this allows
    package author to split a mono package into several independent
    packages.
    magodo committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    f3592ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c40bec View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    b06960c View commit details
    Browse the repository at this point in the history