diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-10-02 16:03:45 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-10-07 13:37:39 +0200 |
commit | 6e74b1448bf8d94d73ef3134aa9e8bf36e51a2aa (patch) | |
tree | 535d3c7bdf73251379cff7b541d7e50c3beccca7 /.clang-tidy | |
parent | e8085c1c209e98a31c32e2032d02d620449006e4 (diff) | |
download | justbuild-6e74b1448bf8d94d73ef3134aa9e8bf36e51a2aa.tar.gz |
Enable bugprone-exception-escape check
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index ca95fb99..1c167b8d 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -2,7 +2,7 @@ FormatStyle: Google Checks: >- *,-abseil-*,-altera-*,-android-*,-boost-*,-cert-*,-darwin-*,-fuchsia-*,-linuxkernel-*,-llvm-*,-llvmlibc-*,-mpi-*,-objc-*,-zircon-* WarningsAsErrors: >- - bugprone-*,-bugprone-easily-swappable-parameters,-bugprone-unchecked-optional-access,-bugprone-empty-catch,-bugprone-exception-escape, + bugprone-*,-bugprone-easily-swappable-parameters,-bugprone-unchecked-optional-access,-bugprone-empty-catch, clang-analyzer-*,-clang-analyzer-cplusplus.NewDeleteLeaks,-clang-analyzer-cplusplus.StringChecker, clang-diagnostic-*,-clang-diagnostic-unused-command-line-argument, hicpp-*, |