summaryrefslogtreecommitdiff
path: root/.clang-tidy
blob: ea5badd8c126b7888e82712de84eb6c7262c4e6b (plain)
1
2
3
Checks:          '-*,bugprone-unused-raii,bugprone-use-after-move,readability-const-return-type,readability-avoid-const-params-in-decls'
WarningsAsErrors: '*'
HeaderFilterRegex: '(mongo/.*|build/.*)'