diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/.clang-tidy | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/.clang-tidy b/plugins/.clang-tidy index c75c335..1f396e5 100644 --- a/plugins/.clang-tidy +++ b/plugins/.clang-tidy @@ -2,14 +2,10 @@ # SPDX-License-Identifier: 0BSD OR ISC Checks: > - -*-magic-numbers, -*-narrowing-conversions, -bugprone-easily-swappable-parameters, - -bugprone-macro-parentheses, -cert-err33-c, -hicpp-signed-bitwise, -misc-unused-parameters, - -performance-no-int-to-ptr, -readability-function-cognitive-complexity, - -readability-identifier-length, InheritParentConfig: true |