diff options
author | David Robillard <d@drobilla.net> | 2020-12-15 18:55:03 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-15 19:32:26 +0100 |
commit | 7bc3e5ca81642996fae52e4d8ca6add67b994eaf (patch) | |
tree | 857c75460b5ddb10a582bdac860048e59fa0cb30 /.clang-tidy | |
parent | de277295f7e879eba882b158015ba99486b142a5 (diff) | |
download | ganv-7bc3e5ca81642996fae52e4d8ca6add67b994eaf.tar.gz ganv-7bc3e5ca81642996fae52e4d8ca6add67b994eaf.tar.bz2 ganv-7bc3e5ca81642996fae52e4d8ca6add67b994eaf.zip |
Use explicit conversions
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy index d1bb0c4..57cfc9e 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -45,11 +45,9 @@ Checks: > -fuchsia-overloaded-operator, -fuchsia-statically-constructed-objects, -google-build-using-namespace, - -google-explicit-constructor, -google-readability-casting, -google-readability-todo, -google-runtime-references, - -hicpp-explicit-conversions, -hicpp-multiway-paths-covered, -hicpp-no-array-decay, -hicpp-signed-bitwise, |