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

Performance increase for no-absolute-path #843

Merged
merged 2 commits into from
Jul 6, 2017

Commits on May 24, 2017

  1. Extract isAbsolutePath from importTypes helper

    importTypes helper performs resolve() - which does not look needed for the no-absolute-path rule.
    
    Additionally, the absolute condition only seems like it was used for no-absolute-path.
    
    Finally, all the tests continue to pass.
    Joachim Seminck committed May 24, 2017
    Configuration menu
    Copy the full SHA
    3e8438e View commit details
    Browse the repository at this point in the history
  2. Rename funtion reportIfMissing to reportIfAbsolute

    The old name seems wrong. Probably copied from no-extraneuous-dependencies
    Joachim Seminck committed May 24, 2017
    Configuration menu
    Copy the full SHA
    5aa2fe0 View commit details
    Browse the repository at this point in the history