Open dewrax opened 3 years ago
I'm not sure how you would do this on the clang-tidy command line, so I'm not sure if my extension supports this. I'll have to look into it when I have time to work on this extension again.
If you're not using a .clang-tidy
file, you should be. The extension settings are best used as an override.
I'm using .clang-tidy file available at the root project directory. Do I have to config anything for the extension to use it or extension automatically detects it and uses it.
If it's in the root of your project, the extension should automatically find it.
I want to include modernize-use-override.AllowOverrideAndFinal = 1 is there a way to add this in checks