This is an automated email from the ASF dual-hosted git repository. lordgamez pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
commit da0708613a65a82aebb742756d6bdaf359771b42 Author: Gabor Gyimesi <[email protected]> AuthorDate: Tue Aug 26 18:50:27 2025 +0200 MINIFICPP-2612 Remove unnecessary clang tidy checks Signed-off-by: Gabor Gyimesi <[email protected]> This closes #2013 --- .clang-tidy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.clang-tidy b/.clang-tidy index f3d287289..63fb7029d 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,5 +1,6 @@ Checks: > -clang-analyzer-optin.cplusplus.VirtualCall, + -clang-analyzer-optin.core.EnumCastOutOfRange, boost-use-to-string, portability-restrict-system-includes, portability-simd-intrinsics, @@ -245,8 +246,6 @@ Checks: > modernize-use-std-print, performance-noexcept-destructor, performance-noexcept-swap, - portability-avoid-pragma-once, - portability-template-virtual-member-function, readability-ambiguous-smartptr-reset-call, readability-avoid-nested-conditional-operator, readability-avoid-return-with-void-value,
