mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-15 03:45:30 +07:00
separated clang-tidy for untests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
Checks: '-*,
|
||||
|
||||
clang-analyzer-*,
|
||||
@@ -17,3 +18,4 @@ Checks: '-*,
|
||||
-readability-redundant-access-specifiers,
|
||||
-readability-use-anyofallof,
|
||||
'
|
||||
...
|
||||
|
||||
17
untests/.clang-tidy
Normal file
17
untests/.clang-tidy
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
Checks: '-*,
|
||||
|
||||
clang-analyzer-*,
|
||||
|
||||
concurrency-*,
|
||||
|
||||
cppcoreguidelines-*,
|
||||
-cppcoreguidelines-avoid-magic-numbers,
|
||||
-cppcoreguidelines-avoid-non-const-global-variables,
|
||||
|
||||
modernize-*,
|
||||
-modernize-use-trailing-return-type,
|
||||
|
||||
portability-*,
|
||||
'
|
||||
...
|
||||
Reference in New Issue
Block a user