# To use this, tick the "use .clang-tidy over IDE settings in the inspection".
# The checks must be added manually, but one can click on the "pen" in the options of Clang-tidy inspections,
# make the change, and copy/paste the line(s) here.

---
Checks: '
*,
-altera-id-dependent-backward-branch,
-altera-unroll-loops,
-android-*,
-bugprone-easily-swappable-parameters,
-bugprone-unhandled-exception-at-new,
-chained-comparison,
-cppcoreguidelines-avoid-do-while,
-cppcoreguidelines-avoid-const-or-ref-data-members,
-cppcoreguidelines-avoid-magic-numbers,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-special-member-functions,
-fuchsia-default-arguments-calls,
-fuchsia-default-arguments-declarations,
-fuchsia-multiple-inheritance,
-fuchsia-overloaded-operator,
-google-readability-todo,
-hicpp-special-member-functions,
-llvmlibc-implementation-in-namespace,
-llvmlibc-inline-function-decl,
-llvmlibc-callee-namespace,
-llvmlibc-restrict-system-libc-headers,
-llvm-header-guard,
-math-missing-parentheses,
-misc-include-cleaner,
-modernize-use-nodiscard,
-modernize-use-trailing-return-type,
-readability-avoid-nested-conditional-operator,
-readability-function-cognitive-complexity,
-readability-identifier-length,
-readability-magic-numbers,
-readability-redundant-member-init,
-readability-simplify-boolean-expr,
'