eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.65k stars 384 forks source link

Add Linter/Formatter for CMake files #1368

Open dkroenke opened 2 years ago

dkroenke commented 2 years ago

Brief feature description

Since we have some CMake code to maintain, it make sense to enforce on this code also code quality rules like we do with the C++ code.

A possible tool-framework could be cmakelang which offers tooling for formatting and linting CMake Code properly. Other suggestions are always welcome.

Detailed information

dkroenke commented 1 year ago

@zmostafa Will work on that ticket.