opencurve / curve

Curve is a sandbox project hosted by the CNCF Foundation. It's cloud-native, high-performance, and easy to operate. Curve is an open-source distributed storage system for block and shared file storage.

Home Page:https://opencurve.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clang-format action

montaguelhz opened this issue · comments

I found that the clang-format action was added, but some old code could not pass this check, if the format change is mixed in pr, it may affect the cr. Maybe it is necessary to complete the change of formatting in a pr.

Currently only modified lines of code are checked, not the entire file. And, you can use make format to format the modified part.

commented

@montaguelhz Is your problem solved?