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

Remove golint as linter #17609

Merged
merged 3 commits into from
Nov 11, 2021
Merged

Remove golint as linter #17609

merged 3 commits into from
Nov 11, 2021

Commits on Nov 10, 2021

  1. Remove golint as linter

    - Partialy resolvess go-gitea#17596
    - In the newer versions of `golangci-lint`, golint is  deprecated and
    replaced by the `revive` linter. Thus removing the `golint` linter is a
    good idea, as we're already using the `revive` linter which covers all
    the current `golint` cases.
    Gusted committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    1fc0054 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6404f7e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

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