diff --git a/.clang-tidy b/.clang-tidy index 793e18c..2316f4b 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,7 +1,8 @@ Checks: > *, -android-*, - -fuchsia-* + -altera-*, + -fuchsia-*, -linuxkernel*, -llvm*, -openmp-*, @@ -48,4 +49,4 @@ CheckOptions: # There is no error with c++17 or older. It is most probably a bug, for more inforemation # look at https://stackoverflow.com/questions/68475958/clang-tidy-emits-warning-when-compiling-with-c20-enabled - {key: readability-identifier-naming.TypeTemplateParameterIgnoredRegexp, value: expr-type} - \ No newline at end of file +