atc0005 / check-whois

Go-based tooling to monitor WHOIS records.
MIT License
7 stars 0 forks source link

Remove inactive maligned linter #483

Closed atc0005 closed 4 months ago

atc0005 commented 4 months ago

This linter has been deprecated for a while with the suggestion to use govet 'fieldalignment'.

As of a recent release the linter no longer produced a report.

As of the v1.59.0 release attempting to use this linter produces an error.

Remove all references to this linter from the .golangci.yml config file bundled in this repo.