mirror of
https://github.com/MorizzG/tool-default-configs.git
synced 2025-12-06 01:22:41 +00:00
18 lines
398 B
Text
18 lines
398 B
Text
|
|
---
|
||
|
|
Checks: '
|
||
|
|
clang-diagnostic-*,
|
||
|
|
clang-analyzer-*,
|
||
|
|
bugprone-use-after-move,
|
||
|
|
cppcoreguidelines-*,
|
||
|
|
google-explicit-constructor,
|
||
|
|
llvm-header-guard,
|
||
|
|
llvm-namespace-comment,
|
||
|
|
misc-header-include-cycle,
|
||
|
|
misc-include-cleaner,
|
||
|
|
misc-unused-using-decls,
|
||
|
|
misc-use-anonymous-namespace,
|
||
|
|
modernize-*,-modernize-use-nodiscard,-modernize-use-trailing-return-type,
|
||
|
|
readability-*,
|
||
|
|
'
|
||
|
|
...
|
||
|
|
|