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+
18Checks : >-
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
2535CheckOptions :
You can’t perform that action at this time.
0 commit comments