spcl / rFaaS

rFaaS: a high-performance FaaS platform with RDMA acceleration for low-latency invocations.
https://mcopik.github.io/projects/rfaas/
BSD 3-Clause "New" or "Revised" License
49 stars 15 forks source link

Add C++ code linting #6

Open mcopik opened 3 years ago

mcopik commented 3 years ago

We should use clang-format and `clang-tidy.

mattnappo commented 1 year ago

Is there any preference on which clang formatting style to use? The available options by default are LLVM, GNU, Google, Chromium, Microsoft, Mozilla, WebKit

mcopik commented 1 year ago

@mattnappo Thanks for your interest in the issue! We already have a working LLVM-based Clang format in another project that we should use.

However, applying the format will likely require a lot of work across the project, and we plan on doing that right before wrapping up release v1.0 - so it might not be the best issue before a GSoC proposal. However, the format will definitely be there for GSoC :-)