We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba1763 commit 96b02bbCopy full SHA for 96b02bb
1 file changed
src/StaticAnalyzers.cmake
@@ -140,8 +140,9 @@ macro(enable_vs_analysis VS_ANALYSIS_RULESET)
140
VS_GLOBAL_EnableMicrosoftCodeAnalysis true
141
VS_GLOBAL_CodeAnalysisRuleSet "${VS_ANALYSIS_RULESET}"
142
VS_GLOBAL_EnableClangTidyCodeAnalysis "${_VS_CLANG_TIDY}"
143
- # This is set to false deliberately. The compiler warnings are already given in the CompilerWarnings.cmake file
144
- VS_GLOBAL_RunCodeAnalysis false)
+ # TODO(disabled) This is set to false deliberately. The compiler warnings are already given in the CompilerWarnings.cmake file
+ # VS_GLOBAL_RunCodeAnalysis false
145
+ )
146
endforeach()
147
endif()
148
endmacro()
0 commit comments