mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 11:24:27 +02:00
Library updated to the latest cmake common tools
This commit is contained in:
23
.clang-tidy
Normal file
23
.clang-tidy
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
Checks: '
|
||||
*,
|
||||
-llvm-header-guard,
|
||||
-llvm-include-order,
|
||||
-bugprone-branch-clone,
|
||||
-bugprone-reserved-identifier,
|
||||
-modernize-use-trailing-return-type,
|
||||
-fuchsia-default-arguments-calls,
|
||||
-fuchsia-overloaded-operator,
|
||||
-fuchsia-statically-constructed-objects,
|
||||
-fuchsia-trailing-return,
|
||||
-*-special-member-functions,
|
||||
-cppcoreguidelines-owning-memory,
|
||||
-cert-err58-cpp,
|
||||
-cert-dcl37-c,
|
||||
-cert-dcl51-cpp
|
||||
'
|
||||
WarningsAsErrors: '*'
|
||||
HeaderFilterRegex: '.*'
|
||||
AnalyzeTemporaryDtors: false
|
||||
FormatStyle: file
|
||||
...
|
Reference in New Issue
Block a user