Un-ignore .clang-tidy and enable conversion warnings.
authorKirill Isakov <is-kir@ya.ru>
Fri, 30 Jul 2021 18:41:47 +0000 (00:41 +0600)
committerKirill Isakov <is-kir@ya.ru>
Sat, 31 Jul 2021 18:07:18 +0000 (00:07 +0600)
commitc88ea49679b41ec5dc675a4164d0c26eee425ff7
tree94dda878d7ff35aa2d4f3ac941aa7994f4b626f5
parentdf687b5ca86b93e0801db54ba4bca0f81ff02548
Un-ignore .clang-tidy and enable conversion warnings.

... except for cryptographic functions, best leave that to the experts
that have written them. They produce a lot of warnings, so place a
couple of dummy .clang-tidy files there to ignore everything.
.clang-tidy [new file with mode: 0644]
.gitignore
src/chacha-poly1305/.clang-tidy [new file with mode: 0644]
src/ed25519/.clang-tidy [new file with mode: 0644]