mirror of
https://github.com/MorizzG/tool-default-configs.git
synced 2025-12-06 01:22:41 +00:00
40 lines
753 B
YAML
40 lines
753 B
YAML
---
|
|
Checks: '
|
|
bugprone-*,
|
|
clang-analyzer-*,
|
|
clang-diagnostic-*,
|
|
# cppcoreguidelines-*,
|
|
google-*,
|
|
llvm-*,
|
|
misc-*,
|
|
modernize-*,
|
|
performance-*,
|
|
readability-*,
|
|
|
|
<<<<<<< HEAD
|
|
-bugprone-easily-swappable-parameters,
|
|
|
|
-cppcoreguidelines-avoid-magic-numbers,
|
|
-cppcoreguidelines-pro-bounds-constant-array-index,
|
|
|
|
-google-objc-function-naming,
|
|
-google-readability-todo,
|
|
||||||| e0a9d73
|
|
=======
|
|
-cppcoreguidelines-avoid-magic-numbers,
|
|
>>>>>>> f1af0a699020eeef4d24ac8186e577752169e2c6
|
|
|
|
-misc-no-recursion,
|
|
-modernize-use-nodiscard,
|
|
-modernize-use-trailing-return-type,
|
|
|
|
-performance-avoid-endl,
|
|
|
|
-readability-else-after-return,
|
|
-readability-identifier-length,
|
|
-readability-magic-numbers,
|
|
'
|
|
|
|
WarningsAsErrors: '*'
|
|
...
|
|
|