Upgrade clang-format and clang-tidy in Dockerfile
matheusgomes28 opened this issue · 1 comments
matheusgomes28 commented
Mistakenly, the clang tools added to the docker image was version 6.0, and they do not contain the --dry-run
options needed for outputting linting errors in the pipeline.
matheusgomes28 commented
Closed with #40