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

Use absolute paths for gometalinter, so that filenames resolve correctly #565

Merged
merged 1 commit into from
Oct 12, 2015

Commits on Oct 10, 2015

  1. Use absolute paths for gometalinter, so that filenames resolve correctly

    Because gometalinter is run using ExecuteInDir, it outputs filenames
    relative to the source file being edited, which means that you cannot
    open them from quickfix.  By using absolute paths, quickfix output is
    usable for jumps.
    
    This change also drops the superfluous go_metalinter_path.
    pdf committed Oct 10, 2015
    Configuration menu
    Copy the full SHA
    65d6a4a View commit details
    Browse the repository at this point in the history