Skip to content

Add .clang-tidy

Martin Stump requested to merge mstump/mantle-api:add-clang-tidy-config into master

Fixes #20 (closed)

This adds a ClangTidy config file with no immediate impact. The goal is to explicitly show, which rules we currently break (all lines starting with "-").

The next step would be to discuss each of the currently broken rules, and apply them one after the other. Many of the broken rules can be fixed automatically by ClangTidy.

Cheers, Martin

The program was tested solely for our own use cases, which might differ from yours.

Martin Stump martin.stump@mercedes-benz.com on behalf of Mercedes-Benz Tech Innovation GmbH, Provider Information

Merge request reports