mirror of
https://github.com/mmueller41/mxtasking.git
synced 2026-01-21 04:32:57 +01:00
15 lines
289 B
YAML
15 lines
289 B
YAML
---
|
|
Checks: '
|
|
-*,
|
|
clang-analyzer-*,
|
|
modernize-*,
|
|
performance-*,
|
|
readability-*,
|
|
concurrency-*,
|
|
-modernize-use-trailing-return-type,
|
|
-google-build-using-namespace,
|
|
-readability-simplify-boolean-expr,
|
|
-readability-magic-numbers,
|
|
-clang-analyzer-core.DivideZero,
|
|
'
|