annotate .clang-tidy @ 437:da28cecc0b5b

Merge pull request #114 from kiibohd/revert-113-ghost_fix Revert "Fixed ghosting matrix check (did send bad keys on release), now using…"
author Jacob Alexander <haata@kiibohd.com>
date Fri, 13 May 2016 14:38:46 -0700
parents b5746c43904e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
428
b5746c43904e Fixing clang compilation and supporting clang-tidy
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
1 ---
b5746c43904e Fixing clang compilation and supporting clang-tidy
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
2 Checks: 'clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-alpha*'
b5746c43904e Fixing clang compilation and supporting clang-tidy
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
3 HeaderFilterRegex: ''
b5746c43904e Fixing clang compilation and supporting clang-tidy
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
4 AnalyzeTemporaryDtors: false
b5746c43904e Fixing clang compilation and supporting clang-tidy
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
5 User: hyatt
b5746c43904e Fixing clang compilation and supporting clang-tidy
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
6 CheckOptions:
b5746c43904e Fixing clang compilation and supporting clang-tidy
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
7 - key: google-readability-braces-around-statements.ShortStatementLines
b5746c43904e Fixing clang compilation and supporting clang-tidy
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
8 value: '1'
b5746c43904e Fixing clang compilation and supporting clang-tidy
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
9 - key: google-readability-function-size.StatementThreshold
b5746c43904e Fixing clang compilation and supporting clang-tidy
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
10 value: '800'
b5746c43904e Fixing clang compilation and supporting clang-tidy
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
11 - key: google-readability-namespace-comments.ShortNamespaceLines
b5746c43904e Fixing clang compilation and supporting clang-tidy
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
12 value: '10'
b5746c43904e Fixing clang compilation and supporting clang-tidy
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
13 - key: google-readability-namespace-comments.SpacesBeforeComments
b5746c43904e Fixing clang compilation and supporting clang-tidy
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
14 value: '2'
b5746c43904e Fixing clang compilation and supporting clang-tidy
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
15 ...
b5746c43904e Fixing clang compilation and supporting clang-tidy
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
16