naggie / dstask

Git powered terminal-based todo/note manager -- markdown note page per task. Single binary!
https://calbryant.uk/blog/dstask-a-taskwarrior-alternative/
MIT License
793 stars 47 forks source link

golint tool is deprecated #167

Open dontlaugh opened 2 years ago

dontlaugh commented 2 years ago

I received this warning from the qa/lint.sh script:

0 % make lint
"qa/lint.sh"
WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner.  Replaced by revive.

Here is the revive repo

We should replace our usage of golint with revive, or perhaps staticcheck