diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-10-01 10:14:34 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-10-07 13:37:39 +0200 |
commit | a324e341ef8097d6d93731b592701d43bb5fb5d0 (patch) | |
tree | 97f68c73f22788cc7d3d6e5ae6411f073e647308 /.clang-tidy | |
parent | 5eb83b81a26e9a321ff8d68506905eaa4f15acd7 (diff) | |
download | justbuild-a324e341ef8097d6d93731b592701d43bb5fb5d0.tar.gz |
Enable modernize-* checks.
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 984745a8..9f13baa6 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -7,6 +7,7 @@ WarningsAsErrors: >- clang-diagnostic-*,-clang-diagnostic-unused-command-line-argument, concurrency-*, -concurrency-mt-unsafe, hicpp-*, + modernize-*,-modernize-return-braced-init-list, performance-*,-performance-avoid-endl, portability-*, CheckOptions: |