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
Would be handy to add lint rules to the makefile, so things like cppclean and cppcheck can be run easily. It would also provide some documentation that these tools can be used, and how to run them.
It would also be possible to setup a CI build that would run the lint tools on the code.
The text was updated successfully, but these errors were encountered:
I had kind of thought we'd already enabled Code Analysis for Visual Studio.
Interesting point from the link you gave:
Code Analysis defaults to the respective tool as dictated by your platform toolset and compiler: Microsoft Code Analysis if using MSVC (“Visual Studio 2019”) and clang-tidy if using LLVM/clang-cl.
It seems it changes the code analysis tools based on which compiler toolset you're using.
Would be handy to add lint rules to the
makefile
, so things likecppclean
andcppcheck
can be run easily. It would also provide some documentation that these tools can be used, and how to run them.It would also be possible to setup a CI build that would run the lint tools on the code.
The text was updated successfully, but these errors were encountered: