You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Gábor Gyimesi (Jira)" <ji...@apache.org> on 2022/05/11 14:23:00 UTC

[jira] [Updated] (MINIFICPP-1833) Integrate additional clang-tidy checks in CI

     [ https://issues.apache.org/jira/browse/MINIFICPP-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gábor Gyimesi updated MINIFICPP-1833:
-------------------------------------
    Description: 
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*

Note: This ticket can be broken down to multiple tickets if integrating the additional checks would be too much effort at once

  was:
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*
 


> 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
>            Priority: Minor
>              Labels: MiNiFi-CPP-Hygiene
>
> 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*
> Note: This ticket can be broken down to multiple tickets if integrating the additional checks would be too much effort at once



--
This message was sent by Atlassian Jira
(v8.20.7#820007)