From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:44:53 +0000 (-0500) Subject: spelling: threshold X-Git-Tag: rec-5.4.0-alpha1~61^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f97ea6162b26df5c1b2047e17b989b7577bfbb73;p=thirdparty%2Fpdns.git spelling: threshold https://clang.llvm.org/extra/clang-tidy/checks/bugprone/easily-swappable-parameters.html#cmdoption-arg-NamePrefixSuffixSilenceDissimilarityThreshold Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/.clang-tidy.full b/.clang-tidy.full index 84e4083d4f..ad42d0cc3e 100644 --- a/.clang-tidy.full +++ b/.clang-tidy.full @@ -299,7 +299,7 @@ CheckOptions: value: '' - key: modernize-avoid-bind.PermissiveParameterList value: 'false' - - key: bugprone-easily-swappable-parameters.NamePrefixSuffixSilenceDissimilarityTreshold + - key: bugprone-easily-swappable-parameters.NamePrefixSuffixSilenceDissimilarityThreshold value: '1' - key: readability-suspicious-call-argument.Suffix value: 'true'