Gábor Gyimesi created MINIFICPP-1833:
----------------------------------------
Summary: Integrate additional clang-tidy checks in CI
Key: MINIFICPP-1833
URL: https://issues.apache.org/jira/browse/MINIFICPP-1833
Project: Apache NiFi MiNiFi C++
Issue Type: New Feature
Reporter: Gábor Gyimesi
Additional checks of clang-tidy should be added by evaluating which checks
should be enabled in our project and fixing the failures where possible then
integrating it to the CI checks. If some checks should be enabled, but it would
take way too much effort to fix them at once, they should be enabled in the CI
and should be fixed when the problematic file is changed.
Checks that need to be enabled:
* hicpp*
* misc*
* modernize*
* readability*
* cppcoreguidelines*
* performance*
*
google*
--
This message was sent by Atlassian Jira
(v8.20.7#820007)