aboutsummaryrefslogtreecommitdiff
path: root/src/.clang-tidy
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-08-16 14:50:19 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-08-16 14:48:06 +0200
commitfaa11434fe38aa82892802adb6d879d112ae1675 (patch)
tree414921c0819ea9f2f3fac130a4f4ae3cb06d0523 /src/.clang-tidy
parentfa6dc57760e0a04dbb2e365ca7ad9fd8171ebfdb (diff)
refactor: Enable all clang-tidy plugin bitcoin tests
This makes it easier to add new ones without having to modify this file every time.
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r--src/.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index b4d50135dd..4deb5a85a5 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,