use assert instead of console.log
[liba.git] / .clang-tidy
blobd2ec9016f92df2ca4193e193eb67602dc3c913d4
1 ---
2 Checks: '-*,bugprone-*,-bugprone-easily-swappable-parameters,cert-*,clang-diagnostic-*,misc-*,-misc-misplaced-const,-misc-include-cleaner,performance-*,portability-*'
3 FormatStyle: file
4 ...