Skip to content

Commit

Permalink
Merge pull request #22 from akospasztor/add-clang-tools
Browse files Browse the repository at this point in the history
Add clang-tidy and replace clang-format-11 with clang-format
  • Loading branch information
akospasztor authored Aug 16, 2024
2 parents bb79a80 + 4b89323 commit 79baaf3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion 10-2020-q4/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive

# Install required packages
RUN apt-get update && apt-get -y -q --no-install-recommends install \
clang-format-11 \
clang-format \
clang-tidy \
doxygen \
make \
unzip \
Expand Down
3 changes: 2 additions & 1 deletion 8-2019-q3/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive

# Install required packages
RUN apt-get update && apt-get -y -q --no-install-recommends install \
clang-format-11 \
clang-format \
clang-tidy \
doxygen \
make \
unzip \
Expand Down
3 changes: 2 additions & 1 deletion 9-2019-q4/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive

# Install required packages
RUN apt-get update && apt-get -y -q --no-install-recommends install \
clang-format-11 \
clang-format \
clang-tidy \
doxygen \
make \
unzip \
Expand Down
3 changes: 2 additions & 1 deletion 9-2020-q2/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive

# Install required packages
RUN apt-get update && apt-get -y -q --no-install-recommends install \
clang-format-11 \
clang-format \
clang-tidy \
doxygen \
make \
unzip \
Expand Down

0 comments on commit 79baaf3

Please sign in to comment.