Skip to content

Commit

Permalink
Try fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 26, 2023
1 parent c086711 commit 9ce6481
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .docker/lint/c-lint.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM python:3

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN pip install --upgrade pip
RUN pip install cpplint
RUN apt update && apt install clang-format -y

Expand Down

0 comments on commit 9ce6481

Please sign in to comment.