Mellanox / libxlio

Other
41 stars 19 forks source link

issue: HPCINFRA-1798 Update code base to clang-format-16 style #120

Closed pasis closed 4 months ago

pasis commented 6 months ago

Description

Starting from clang-format-15, it supports forced brackets insertion. With this feature we no longer need clang-tidy CI job and all the coding style can be checked more conveniently.

Note, It's rebased on top of #119 which moves the CI job to clang-16.

What

Move to clang-format-16

Why ?

Brackets insertion support and use more modern clang version which is easier to find in Linux distributions.

Change type

What kind of change does this PR introduce?

Check list

pasis commented 6 months ago

bot:retest