diff options
author | David Robillard <d@drobilla.net> | 2021-05-24 09:16:08 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-05-24 09:42:59 -0400 |
commit | 3d78a073d90d8f232604fbdc76a6a583ffab364b (patch) | |
tree | 75233415a2ad06ae2927eb7118655c52a4490c15 /bindings/cxx/include/.clang-tidy | |
parent | 07ba65842428ad50367847c7236881d814620ef4 (diff) | |
download | pugl-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-tidy | 14 |
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/.*' |