aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-28 19:38:48 -0400
committerDavid Robillard <d@drobilla.net>2022-06-28 19:38:48 -0400
commitff5b46e0ad18dc71b125f23d1beef1eeb227b3d0 (patch)
treec8a69a750dacd71323a798e8b92b742e7c7347bd /.clang-tidy
parent38b97f3c6dd626e963f4a031da77be2e71427091 (diff)
downloadpugl-ff5b46e0ad18dc71b125f23d1beef1eeb227b3d0.tar.gz
pugl-ff5b46e0ad18dc71b125f23d1beef1eeb227b3d0.tar.bz2
pugl-ff5b46e0ad18dc71b125f23d1beef1eeb227b3d0.zip
Simplify clang-tidy configuration
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy4
1 files changed, 0 insertions, 4 deletions
diff --git a/.clang-tidy b/.clang-tidy
deleted file mode 100644
index 1e40901..0000000
--- a/.clang-tidy
+++ /dev/null
@@ -1,4 +0,0 @@
-Checks: >
- *,
-FormatStyle: file
-WarningsAsErrors: '*'