You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don’t know if this is the desired functionality of the toggle “Tidy on save” on the Tidy tab in Settings. But, when I enable it and save a file, CL runs a Tidy-Fix instead of only a Tidy as described on the tooltip. This can cause problems if I want to just check the errors and warnings from clang-tidy, without applying the fixes automatically. I expected that Tidy on save would only perform a code analysis, without modifying anything. Is there any way to configure this? Or is this a bug?
After saving the code file:
The text was updated successfully, but these errors were encountered:
I don’t know if this is the desired functionality of the toggle “Tidy on save” on the Tidy tab in Settings. But, when I enable it and save a file, CL runs a Tidy-Fix instead of only a Tidy as described on the tooltip. This can cause problems if I want to just check the errors and warnings from clang-tidy, without applying the fixes automatically. I expected that Tidy on save would only perform a code analysis, without modifying anything. Is there any way to configure this? Or is this a bug?
After saving the code file:
The text was updated successfully, but these errors were encountered: