Skip to content

Commit

Permalink
update clang-tidy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
emrekovanci committed Apr 27, 2024
1 parent d4e654b commit f9e52eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ Checks: >
-cppcoreguidelines-avoid-magic-numbers,
-fuchsia-*,
fuchsia-multiple-inheritance,
-hicpp-uppercase-literal-suffix,
-llvmlibc-*,
-misc-non-private-member-variables-in-classes,
-modernize-use-nodiscard,
-modernize-use-trailing-return-type,
-readability-identifier-length,
-readability-magic-numbers,
-readability-uppercase-literal-suffix,
CheckOptions:
- { key: bugprone-misplaced-widening-cast.CheckImplicitCasts, value: true }
- { key: bugprone-sizeof-expression.WarnOnSizeOfIntegerExpression, value: true }
Expand Down

0 comments on commit f9e52eb

Please sign in to comment.