Skip to content

Commit 96b02bb

Browse files
committed
fix: disable setting VS_GLOBAL_RunCodeAnalysis for now
1 parent 7ba1763 commit 96b02bb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/StaticAnalyzers.cmake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,9 @@ macro(enable_vs_analysis VS_ANALYSIS_RULESET)
140140
VS_GLOBAL_EnableMicrosoftCodeAnalysis true
141141
VS_GLOBAL_CodeAnalysisRuleSet "${VS_ANALYSIS_RULESET}"
142142
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)
143+
# TODO(disabled) This is set to false deliberately. The compiler warnings are already given in the CompilerWarnings.cmake file
144+
# VS_GLOBAL_RunCodeAnalysis false
145+
)
145146
endforeach()
146147
endif()
147148
endmacro()

0 commit comments

Comments
 (0)