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
The code supports running with the latest clang-tidy and cppcheck from the Ubuntu 24.04 packages, but the default packages in AL2023 do not have the latest version of these tools. As a result, the docker build environment does not run the latest checks, while our personal development machines do.
In order to run the latest static analysis, the Dockerfile.buildenv file needs to be updated to build the clang-tidy and cppcheck tools from source:
The code supports running with the latest
clang-tidy
andcppcheck
from the Ubuntu 24.04 packages, but the default packages in AL2023 do not have the latest version of these tools. As a result, the docker build environment does not run the latest checks, while our personal development machines do.In order to run the latest static analysis, the Dockerfile.buildenv file needs to be updated to build the
clang-tidy
andcppcheck
tools from source:The text was updated successfully, but these errors were encountered: