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

go/golangci_lint.vim: set package linting to 1 #4602

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 4, 2023

  1. go/golangci_lint.vim: set package linting to 1

    The present default of 0 causes excessive and unnecessary typecheck errors in all but the most trivial (single-file) packages. The standard Go unit of code is a directory, not a file, and optimizing for processing a single file provides negligible savings in processing time for a typical project, yet creates a lot of noise for the user.
    extemporalgenome authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    83f4296 View commit details
    Browse the repository at this point in the history