Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix clang-tidy error explainer url #4142

Merged
merged 1 commit into from
Aug 20, 2023
Merged

Conversation

ikirill
Copy link
Contributor

@ikirill ikirill commented Aug 20, 2023

When you click on an error message in *Flycheck errors* it used to error out with 404 for me because clang-tidy seems to have changed their url style.

To check: open a C++ file with a warning from clang-tidy (e.g., readability-braces-around-statements), open flycheck errors C-c ! l, click on any button in the ID column, it should now pretty-print the explanation of a clang-tidy check.

@github-actions github-actions bot added the client One or more of lsp-mode language clients label Aug 20, 2023
@yyoncho yyoncho merged commit 6f1555d into emacs-lsp:master Aug 20, 2023
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client One or more of lsp-mode language clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants