Le 28/04/2022 à 17:07, Li Jin a écrit :
Aha thanks Antoine!

After digging the log I think I found the issue:
"
-- clang-tidy 12 not found
-- clang-format 12 not found
"

after installing those two it got me over that step..

A side question - does running

"
archery lint --cpplint --clang-format --clang-tidy --fix
"

supposed to fix the lint / code style?

Yes, where possible, otherwise it will list the errors for you
(some of the tools used under the hood support automatic fixing, some don't).

Reply via email to