xref: /llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/module.cpp (revision fbf611ed2a768999202e2c5e1e1a6c3c6bb94725)
1 // RUN: clang-tidy -checks='-*,google*' -config='{}' -dump-config - -- | FileCheck %s
2 // 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