... 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.
--- /dev/null
+Checks: '-*,bugprone-narrowing-conversions'
+WarningsAsErrors: '*'
!.builds/
!.gitignore
!.astylerc
+!.clang-tidy
*~
*.a
*.dirstamp
--- /dev/null
+Checks: '-*,misc-definitions-in-headers'
+CheckOptions:
+ - { key: HeaderFileExtensions, value: "dummy" }
--- /dev/null
+Checks: '-*,misc-definitions-in-headers'
+CheckOptions:
+ - { key: HeaderFileExtensions, value: "dummy" }