File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
8
Checks : >-
2
9
bugprone-*,
10
+ -bugprone-easily-swappable-parameters,
3
11
cppcoreguidelines-slicing,
4
12
cppcoreguidelines-special-member-functions,
5
13
google-build-explicit-make-pair,
@@ -10,6 +18,7 @@ Checks: >-
10
18
llvm-*,
11
19
-llvm-namespace-comment,
12
20
misc-*,
21
+ -misc-no-recursion,
13
22
-misc-non-private-member-variables-in-classes,
14
23
-misc-unused-alias-decls,
15
24
modernize-*,
@@ -20,6 +29,7 @@ Checks: >-
20
29
performance-*,
21
30
readability-*,
22
31
-readability-avoid-const-params-in-decls,
32
+ -readability-identifier-length,
23
33
-readability-magic-numbers,
24
34
25
35
CheckOptions :
You can’t perform that action at this time.
0 commit comments