WaveAccessEgorGabov / cpp-lint-combine

Lint-combine is a tool that lets you combine several linters and use them all in an IDE that supports only some (e.g. only one).
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Support “naked” Visual Studio (2019 16.4+) without ReSharper #132

Open HamRusTal opened 4 years ago

HamRusTal commented 4 years ago

See https://devblogs.microsoft.com/cppblog/code-analysis-with-clang-tidy-in-visual-studio/

In the “Future work” section, the article says:

The UI doesn’t currently support pointing Visual Studio to use a custom clang-tidy.exe

First thing, we need to check if it's still the case.

WaveAccessEgorGabov commented 4 years ago

The task cannot done at the moment because Visual Studio doesn't support custom clang-tidy.