diff options
Diffstat (limited to 'benchmark/.clang-tidy')
-rw-r--r-- | benchmark/.clang-tidy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmark/.clang-tidy b/benchmark/.clang-tidy index 93f8fdf..5c94fb0 100644 --- a/benchmark/.clang-tidy +++ b/benchmark/.clang-tidy @@ -1,7 +1,8 @@ -# Copyright 2020-2022 David Robillard <d@drobilla.net> +# Copyright 2020-2024 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR GPL-2.0-or-later Checks: > -llvm-header-guard, + -performance-avoid-endl, -readability-static-accessed-through-instance, InheritParentConfig: true |