aboutsummaryrefslogtreecommitdiffhomepage
path: root/.clang-tidy
blob: b8f74e973f827adadd9950453ae39bedf3020113 (plain)
1
2
3
4
5
6
---
Checks: 'modernize-use-nullptr,google-build-namespaces,google-build-explicit-make-pair,readability-function-size'
WarningsAsErrors: 'modernize-use-nullptr,google-build-namespaces,google-build-explicit-make-pair,readability-function-size'
CheckOptions:
  - key:    readability-function-size.StatementThreshold
    value:  '450'