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] Enable actions on your fork - Do not use a branch that is going to be on a PR to do this task - [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 - [x] The initial PR message must be written by you
based on the List of checks
and that we want to follow more of the
cppcoreguidelines