Skip to content

Commit 79d5ffa

Browse files
committed
Update clang-tidy rules
1 parent 59baba8 commit 79d5ffa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.clang-tidy

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
# The Art of C++
2+
# https://github.com/taocpp/json
3+
4+
# Copyright (c) 2016-2023 Daniel Frey
5+
# Distributed under the Boost Software License, Version 1.0.
6+
# (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
7+
18
Checks: >-
29
bugprone-*,
10+
-bugprone-easily-swappable-parameters,
311
cppcoreguidelines-slicing,
412
cppcoreguidelines-special-member-functions,
513
google-build-explicit-make-pair,
@@ -10,6 +18,7 @@ Checks: >-
1018
llvm-*,
1119
-llvm-namespace-comment,
1220
misc-*,
21+
-misc-no-recursion,
1322
-misc-non-private-member-variables-in-classes,
1423
-misc-unused-alias-decls,
1524
modernize-*,
@@ -20,6 +29,7 @@ Checks: >-
2029
performance-*,
2130
readability-*,
2231
-readability-avoid-const-params-in-decls,
32+
-readability-identifier-length,
2333
-readability-magic-numbers,
2434
2535
CheckOptions:

0 commit comments

Comments
 (0)