vulsio / go-exploitdb

Tool for searching Exploits from Exploit Databases, etc.
MIT License
249 stars 56 forks source link

chore(linter): change linter from golint to revive #60

Closed MaineK00n closed 2 years ago

MaineK00n commented 3 years ago

What did you implement:

Change the linter to revive, since golint has been deprecated as follows.

NOTE: Golint is deprecated and frozen. There's no drop-in replacement for it, but tools such as Staticcheck and go vet should be used instead.

Type of change

How Has This Been Tested?

$ make lint
$ golangci-lint run -c .golangci.yml

Checklist:

You don't have to satisfy all of the following.

Is this ready for review?: YES

Reference