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

golangci-lint configuration file #895

Merged
merged 1 commit into from
May 23, 2020
Merged

Commits on May 16, 2020

  1. golangci-lint configuration file

    golangci-lint can run all the currently enabled linters, and as far as I
    can tell, does it in under 5 seconds as opposed to over 180 seconds
    (compare `time make cilint` and `time make lint`).
    
    Some of the linters that are listed in the "enabled" section but
    commented out looked like a good idea to me, and fairly low hanging
    fruit to fix, but they are not passing at the moment.
    
    All the linters covered in the current Makefile are run.
    
    TODO:
    - replace lint target in Makefile with golangci-lint
    - remove .github/workflow/errcheck.yml
    sam-github committed May 16, 2020
    Configuration menu
    Copy the full SHA
    4bb725d View commit details
    Browse the repository at this point in the history