Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
David Lowndes
Total activity
7
Last activity
December 22, 2025 08:25
Member since
September 09, 2023 23:29
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
December 22, 2025 08:25
I don't know if it's worth necro'ing this post but I have the same problem with Inspect Code 2025.3.1. This is for C++ projects.If I run clang-tidy analysis on msbuild, it'll respect .clang-tidy in...
Community
ReSharper Community
How to configure clang-tidy checks using InspectCode Command-Line Tool
0 votes
Created
September 19, 2023 02:53
Clang-tidy checks done by Visual StudioJust clarifying I meant clang-tidy checks done via Project Properties > Code Analysis > Clang-Tidy, not via Resharper.
Community
ReSharper Community
How to configure clang-tidy checks using InspectCode Command-Line Tool
0 votes
Edited
September 19, 2023 01:25
Hi Igor,I ran the checks in CI, using MSBuild: I inject the EnableClangTidyCodeAnalysis element into the project vcxproj XML file before running analysis, using a custom RunClangTidy condition I th...
Community
ReSharper Community
How to configure clang-tidy checks using InspectCode Command-Line Tool
0 votes
Created
September 13, 2023 02:46
Turns out I was wrong and the settings in .clang-tidy are respected by clang-tidy checks done in inspectcode.exe. You don't get the full details, e.g. for readability-function-size.LineThreshold ho...
Community
ReSharper Community
How to configure clang-tidy checks using InspectCode Command-Line Tool
0 votes