clang-tidy
An LLVM-based C/C++ linter to find style violations, bugs and security flaws through static analysis. More information: <https://clang.llvm.org/extra/clang-tidy/>.
RUN apt-get update && \
apt-get install -y clang-tidy
RUN apt-get update && \
apt-get install -y clang-tidy
RUN pacman -S --noconfirm clang-tidy
RUN apt-get update && \
apt-get install -y clang-tidy
RUN dnf install -y clang-tools-extra
RUN apt-get update && \
apt-get install -y clang-tidy