blob: d217441792048c7e7313979a49853f672b2ee8dd [file] [log] [blame]
Jeff Vander Stoep761577d2020-10-14 15:21:00 +02001---
2Checks: 'modernize-use-nullptr,google-build-namespaces,google-build-explicit-make-pair,readability-function-size,performance-*,bugprone-*'
3WarningsAsErrors: 'modernize-use-nullptr,google-build-namespaces,google-build-explicit-make-pair,readability-function-size,performance-*,bugprone-*'
4CheckOptions:
5 - key: readability-function-size.StatementThreshold
6 value: '450'