diff options
-rw-r--r-- | .clang-tidy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index 1a15411..a4553ab 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,4 +1,4 @@ -# Copyright 2020-2022 David Robillard <d@drobilla.net> +# Copyright 2020-2024 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC Checks: > @@ -6,6 +6,7 @@ Checks: > -altera-*, -clang-diagnostic-unused-macros, -llvmlibc-*, + -misc-include-cleaner, CheckOptions: - key: hicpp-uppercase-literal-suffix.NewSuffixes value: 'L;U;UL;ULL' |