azure-sdk-for-cpp
azure-sdk-for-cpp copied to clipboard
Static analysis is disabled during check-in CI tests
C++ compiler static analysis is disabled during pre-check-in CI tests.
This means that pull requests can be completed but then fail the nightly verification builds because static analysis is enabled there.
To enable static analysis in the CI pipeline, the AZURE_ENABLE_STATIC_ANALYSIS
environment variable needs to be added in the job configuration (ci.tests.yml).