Update to a more recent version of clang-format in related job
Version 3.8 of clang-format is terribly old and difficult to install locally on even moderately recent versions of Ubuntu, requiring using docker for a simple CI-compliant local formatting check.
Some repositories may require some reformatting after this but it's so low effort that I'm not sure this requires a tick-tock cycle of adding an optional updated job before making it mandatory and dropping the old one.
Merge request reports
Activity
requested review from @jon.azpiazu
assigned to @miguel.prada
- Resolved by Jon Azpiazu
Maybe it's a stupid question, but why are using PickNikRobotics clang-format file?
And not a file format generate by
clang-format
program?clang-format -style=google -dump-config > .clang-format
mentioned in commit f22a537b
Alternatively, it seems to be packaged in PYPI, so you can probably install it quickly using
pip
orpipx
.Speaking of documentation, see #63.
mentioned in issue #63