Checks: -*,readability-function-size

CheckOptions:
  - key: 	readability-function-size.LineThreshold
    value:	-1
  - key: 	readability-function-size.StatementThreshold
    value:	-1
  - key: 	readability-function-size.BranchThreshold
    value:	-1
