Skip to content

Commit

Permalink
Added some more clang-tidy rule exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
sigiesec committed Aug 9, 2018
1 parent 05e400a commit bfa8275
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .clang-tidy
Expand Up @@ -8,18 +8,23 @@ Checks: "*,\
-readability-named-parameter,\
-fuchsia-default-arguments,\
-google-readability-todo,\
-google-runtime-int,\
-cppcoreguidelines-pro-type-member-init,\
-cppcoreguidelines-pro-type-static-cast-downcast,\
# not applicable\
-fuchsia-overloaded-operator,\
# not currently a coding convention, C++11-specific, but conceivable,\
-modernize-use-nullptr,\
-modernize-use-equals-default,\
-modernize-deprecated-headers,\
# not currently a coding convention, C++11-specific and hard to implement,\
-hicpp-no-malloc,\
-modernize-pass-by-value,\
-modernize-loop-convert,\
-modernize-use-auto,\
-modernize-use-using,\
-modernize-return-braced-init-list,\
-cppcoreguidelines-no-malloc,\
-cppcoreguidelines-owning-memory,\
-cppcoreguidelines-pro-type-union-access,\
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,\
Expand Down

0 comments on commit bfa8275

Please sign in to comment.