summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/checkers/google-module.cpp
blob: 494ac48e176337207f9784344ffab4f6f4cc0d98 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: clang-tidy -checks='-*,google*' -config='{}' -dump-config - -- | FileCheck %s
// CHECK: CheckOptions:
// CHECK: {{- key: *google-readability-braces-around-statements.ShortStatementLines}}
// CHECK-NEXT: {{value: *'1'}}
// CHECK: {{- key: *google-readability-function-size.StatementThreshold}}
// CHECK-NEXT: {{value: *'800'}}
// CHECK: {{- key: *google-readability-namespace-comments.ShortNamespaceLines}}
// CHECK-NEXT: {{value: *'10'}}
// CHECK: {{- key: *google-readability-namespace-comments.SpacesBeforeComments}}
// CHECK-NEXT: {{value: *'2'}}
OpenPOWER on IntegriCloud