mirror of
https://github.com/MorizzG/tool-default-configs.git
synced 2025-12-06 01:22:41 +00:00
some updates
This commit is contained in:
parent
7ea1b2bada
commit
61064c3aa3
3 changed files with 18 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
Checks: '
|
||||
Checks: [
|
||||
bugprone-*,
|
||||
clang-analyzer-*,
|
||||
clang-diagnostic-*,
|
||||
|
|
@ -18,6 +18,8 @@ Checks: '
|
|||
|
||||
-google-objc-function-naming,
|
||||
-google-readability-todo,
|
||||
|
||||
-llvm-header-guard,
|
||||
|
||||
-misc-no-recursion,
|
||||
-modernize-use-nodiscard,
|
||||
|
|
@ -28,7 +30,8 @@ Checks: '
|
|||
-readability-else-after-return,
|
||||
-readability-identifier-length,
|
||||
-readability-magic-numbers,
|
||||
'
|
||||
-readability-math-missing-parentheses,
|
||||
]
|
||||
|
||||
WarningsAsErrors: '*'
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue