From faa11434fe38aa82892802adb6d879d112ae1675 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Wed, 16 Aug 2023 14:50:19 +0200 Subject: [PATCH] refactor: Enable all clang-tidy plugin bitcoin tests This makes it easier to add new ones without having to modify this file every time. --- src/.clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.clang-tidy b/src/.clang-tidy index b4d50135dd0..4deb5a85a5e 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -1,6 +1,6 @@ Checks: ' -*, -bitcoin-unterminated-logprintf, +bitcoin-*, bugprone-argument-comment, bugprone-use-after-move, misc-unused-using-decls,