diff options
Diffstat (limited to 'doc/.clang-tidy')
-rw-r--r-- | doc/.clang-tidy | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/.clang-tidy b/doc/.clang-tidy new file mode 100644 index 0000000..3d0f771 --- /dev/null +++ b/doc/.clang-tidy @@ -0,0 +1,11 @@ +# Copyright 2020-2022 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: 0BSD OR ISC + +Checks: > + *, + -altera-*, + -clang-analyzer-deadcode.DeadStores, + -llvmlibc-*, +WarningsAsErrors: '*' +HeaderFilterRegex: '.*' +FormatStyle: file |