Skip to content

Commit

Permalink
Update clang-tidy rules
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Apr 28, 2023
1 parent 59baba8 commit 79d5ffa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# The Art of C++
# https://github.com/taocpp/json

# Copyright (c) 2016-2023 Daniel Frey
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)

Checks: >-
bugprone-*,
-bugprone-easily-swappable-parameters,
cppcoreguidelines-slicing,
cppcoreguidelines-special-member-functions,
google-build-explicit-make-pair,
Expand All @@ -10,6 +18,7 @@ Checks: >-
llvm-*,
-llvm-namespace-comment,
misc-*,
-misc-no-recursion,
-misc-non-private-member-variables-in-classes,
-misc-unused-alias-decls,
modernize-*,
Expand All @@ -20,6 +29,7 @@ Checks: >-
performance-*,
readability-*,
-readability-avoid-const-params-in-decls,
-readability-identifier-length,
-readability-magic-numbers,
CheckOptions:
Expand Down

0 comments on commit 79d5ffa

Please sign in to comment.