mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
build: silence new clang-tidy warnings
This commit is contained in:
parent
7d28c427e3
commit
a1550dbf0a
@ -14,6 +14,7 @@ Checks: >
|
||||
section for it,
|
||||
-bugprone-assignment-in-if-condition,
|
||||
-bugprone-implicit-widening-of-multiplication-result,
|
||||
-bugprone-multi-level-implicit-pointer-conversion,
|
||||
-bugprone-not-null-terminated-result,
|
||||
-bugprone-suspicious-memory-comparison,
|
||||
-bugprone-switch-missing-default-case,
|
||||
@ -32,6 +33,7 @@ Checks: >
|
||||
-hicpp-signed-bitwise,
|
||||
-misc-unused-parameters,
|
||||
-modernize-macro-to-enum,
|
||||
-readability-avoid-nested-conditional-operator,
|
||||
-readability-else-after-return,
|
||||
-readability-function-size,
|
||||
-readability-isolate-declaration,
|
||||
@ -40,6 +42,7 @@ Checks: >
|
||||
-altera-*, Checks related to OpenCL programming for FPGAs. Not relevant,
|
||||
-android-*,
|
||||
-bugprone-easily-swappable-parameters,
|
||||
-bugprone-inc-dec-in-conditions,
|
||||
-bugprone-swapped-arguments,
|
||||
-clang-analyzer-*, Already covered by the cmake target "clang-analyzer",
|
||||
-cppcoreguidelines-avoid-non-const-global-variables,
|
||||
@ -65,6 +68,9 @@ Checks: >
|
||||
-cert-msc24-c,
|
||||
-cert-msc33-c,
|
||||
-cppcoreguidelines-avoid-magic-numbers,
|
||||
-cppcoreguidelines-macro-to-enum,
|
||||
-google-readability-braces-around-statements,
|
||||
-google-readability-function-size,
|
||||
-hicpp-braces-around-statements,
|
||||
-hicpp-function-size,
|
||||
-llvm-else-after-return,
|
||||
|
Loading…
Reference in New Issue
Block a user