summaryrefslogtreecommitdiffstats
path: root/src/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-27 16:46:50 -0400
committerDavid Robillard <d@drobilla.net>2022-09-27 16:46:50 -0400
commit6408b405e424245977f5530fc7f4970fae76ccce (patch)
tree82d460122c895065e4b0cbb96d78d8a915be5568 /src/ingen
parent8f90e03c36d7a34324415ed8b5ab3f214cebed2e (diff)
downloadingen-6408b405e424245977f5530fc7f4970fae76ccce.tar.gz
ingen-6408b405e424245977f5530fc7f4970fae76ccce.tar.bz2
ingen-6408b405e424245977f5530fc7f4970fae76ccce.zip
Simplify clang-tidy configuration
Diffstat (limited to 'src/ingen')
-rw-r--r--src/ingen/.clang-tidy3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ingen/.clang-tidy b/src/ingen/.clang-tidy
new file mode 100644
index 00000000..e7bf0b6a
--- /dev/null
+++ b/src/ingen/.clang-tidy
@@ -0,0 +1,3 @@
+Checks: >
+ -bugprone-exception-escape,
+InheritParentConfig: true