1 // RUN: clang-tidy -checks='-*,google*' -config='{}' -dump-config - -- | FileCheck %s
2 // CHECK: CheckOptions:
3 // CHECK: {{- key: *google-readability-braces-around-statements.ShortStatementLines}}
4 // CHECK-NEXT: {{value: *'1'}}
5 // CHECK: {{- key: *google-readability-function-size.StatementThreshold}}
6 // CHECK-NEXT: {{value: *'800'}}
7 // CHECK: {{- key: *google-readability-namespace-comments.ShortNamespaceLines}}
8 // CHECK-NEXT: {{value: *'10'}}
9 // CHECK: {{- key: *google-readability-namespace-comments.SpacesBeforeComments}}
10 // CHECK-NEXT: {{value: *'2'}}
11