7 lines · cpp
1// RUN: clang-tidy -checks='-*,google*' -config='{}' -dump-config - -- | FileCheck %s2// CHECK: CheckOptions:3// CHECK-DAG: {{google-readability-braces-around-statements.ShortStatementLines: '1'}}4// CHECK-DAG: {{google-readability-function-size.StatementThreshold: '800'}}5// CHECK-DAG: {{google-readability-namespace-comments.ShortNamespaceLines: '10'}}6// CHECK-DAG: {{google-readability-namespace-comments.SpacesBeforeComments: '2'}}7