based on the [List of checks](https://clang.llvm.org/extra/clang-tidy/checks/list.html) and that we want to follow more of the `cppcoreguidelines` - [X] Create a working branch on your pgRouting fork departing from develop branch - [X] Note: you might need to fetch/pull/merge/rebase upstream to catch changes done on the pgRouting repository - [X] Modify .clang-tidy - [X] add a new cppcoreguidelines - if it does not generate warning/errors - [X] Commit and make a PR to develop branch of pgRouting repository - [X] Repeat the above until you find one that generate warnings/errors - [X] Fix the errors/warnings - [X] Commit and make a PR to develop branch of pgRouting
based on the List of checks
and that we want to follow more of the
cppcoreguidelines