summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-31 15:39:25 +0100
committerDavid Robillard <d@drobilla.net>2020-12-31 15:41:37 +0100
commit0bbdb2ec3569c2b19ba4e8bb0bba7d1542fed0fa (patch)
tree6f085b2f4409db002d9962d118ac37643b0daa5c /include
parentcaf3eb78549e3cba6690576aef043d4bae014e5c (diff)
downloadzix-0bbdb2ec3569c2b19ba4e8bb0bba7d1542fed0fa.tar.gz
zix-0bbdb2ec3569c2b19ba4e8bb0bba7d1542fed0fa.tar.bz2
zix-0bbdb2ec3569c2b19ba4e8bb0bba7d1542fed0fa.zip
Use stricter clang-tidy configuration for headers
Diffstat (limited to 'include')
-rw-r--r--include/.clang-tidy9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/.clang-tidy b/include/.clang-tidy
new file mode 100644
index 0000000..b5b1943
--- /dev/null
+++ b/include/.clang-tidy
@@ -0,0 +1,9 @@
+Checks: >
+ *,
+ -clang-diagnostic-unused-function,
+ -clang-diagnostic-unused-macros,
+ -hicpp-multiway-paths-covered,
+ -llvmlibc-*,
+WarningsAsErrors: '*'
+HeaderFilterRegex: '.*'
+FormatStyle: file