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:14:00 UTC

[jira] [Created] (MINIFICPP-1832) Integrate first batch of clang-tidy checks in CI

Gábor Gyimesi created MINIFICPP-1832:
----------------------------------------

             Summary: Integrate first batch of clang-tidy checks in CI
                 Key: MINIFICPP-1832
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1832
             Project: Apache NiFi MiNiFi C++
          Issue Type: New Feature
            Reporter: Gábor Gyimesi
            Assignee: Gábor Gyimesi


* Update clang to clang-14 in CI
 * Compile all extensions with clang in CI generating the compile_commands.json
 * Run the first batch of checks with clang-tidy-14
 ** These checks are: boost*,bugprone*,cert*,portability*,-clang-analyzer-optin.cplusplus.VirtualCall,-bugprone-narrowing-conversions,-bugprone-implicit-widening-of-multiplication-result,-bugprone-macro-parentheses,-bugprone-easily-swappable-parameters,-bugprone-exception-escape,-cert-err58-cpp,-cert-err33-c
 * Fix the failing checks
 * Integrate the checks for changed files in CI



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