aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/cxx/include/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-24 09:16:08 -0400
committerDavid Robillard <d@drobilla.net>2021-05-24 09:42:59 -0400
commit3d78a073d90d8f232604fbdc76a6a583ffab364b (patch)
tree75233415a2ad06ae2927eb7118655c52a4490c15 /bindings/cxx/include/.clang-tidy
parent07ba65842428ad50367847c7236881d814620ef4 (diff)
downloadpugl-3d78a073d90d8f232604fbdc76a6a583ffab364b.tar.gz
pugl-3d78a073d90d8f232604fbdc76a6a583ffab364b.tar.bz2
pugl-3d78a073d90d8f232604fbdc76a6a583ffab364b.zip
Consistently refer to C++ as "cpp" and fix installation
Diffstat (limited to 'bindings/cxx/include/.clang-tidy')
-rw-r--r--bindings/cxx/include/.clang-tidy14
1 files changed, 0 insertions, 14 deletions
diff --git a/bindings/cxx/include/.clang-tidy b/bindings/cxx/include/.clang-tidy
deleted file mode 100644
index 816223d..0000000
--- a/bindings/cxx/include/.clang-tidy
+++ /dev/null
@@ -1,14 +0,0 @@
-Checks: >
- *,
- -*-uppercase-literal-suffix,
- -clang-diagnostic-unused-macros,
- -cppcoreguidelines-pro-bounds-pointer-arithmetic,
- -cppcoreguidelines-pro-type-static-cast-downcast,
- -google-runtime-references,
- -hicpp-named-parameter,
- -llvmlibc-*,
- -modernize-use-trailing-return-type,
- -readability-implicit-bool-conversion,
- -readability-named-parameter,
-FormatStyle: file
-HeaderFilterRegex: 'pugl/.*'