gruntwork-io / pre-commit

A collection of pre-commit hooks used by Gruntwork tools
https://gruntwork.io/
Apache License 2.0
484 stars 155 forks source link

Golint is deprecated; the hook should be replaced accordingly #70

Open infraredgirl opened 2 years ago

infraredgirl commented 2 years ago

Golint is apparently deprecated and frozen. We should replace the pre-commit hook with another linting tool for Go. The Golint GitHub page itself recommends https://staticcheck.io/.