From 6d3aee854b872df10c23cb2c343a8a7470d48f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 26 Nov 2024 00:20:38 +0100 Subject: [PATCH] disable bugprone-easily-swappable-parameters lint --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-tidy b/.clang-tidy index df2270c0..2a24b7bc 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -12,6 +12,7 @@ Checks: # don't find them too problematic - -readability-identifier-length - -readability-magic-numbers + - -bugprone-easily-swappable-parameters # maybe address this in the future - -readability-function-cognitive-complexity