Closed marekmosna closed 2 years ago
Ironically, the PR somehow failed the format check, LOL. My guess is that they are using a slightly different version of clang-format that perhaps has some new settings which are defaulted? I'll look into it, but I like the concept.
Weird. When I deployed it the behavior was the same in CI as well as locally invoked with -i
parameter
If your repository has a .clang-format file in the root directory then you can use file option here.
for me it's doing always the same change. Reorder includes alphabetically.
OK, I just ran clang-format locally again and it had a minor change it wanted to apply. Could you merge master into your branch to see if it passes now?
When you added the formatter config, you maybe will appreciate robo-check. It's always nice when CI plays the music for free.