alexmurray / flycheck-clang-analyzer

Integrate Clang Static Analyzer with flycheck for on-the-fly static analysis in Emacs
35 stars 5 forks source link

Wrong URL in flycheck-define-checker call #18

Closed f-michaut closed 2 years ago

f-michaut commented 2 years ago

When defining the checker in flycheck-define-checker, the url of the project is set to https://github.com/alexmurray/clang-analyzer/. (line 218 of flycheck-clang-analyzer.el on my machine)

It should be changed to https://github.com/alexmurray/flycheck-clang-analyzer/

alexmurray commented 2 years ago

Thanks - this URL is intended to point users to the upstream clang-analyzer homepage so I have fixed that in https://github.com/alexmurray/flycheck-clang-analyzer/commit/646d9f3a80046ab231a07526778695d5decad92d