annotate .clang-tidy @ 430:d3cef419c849

Adding relative movement mouse key support - Still very basic (lots of room for improvement) - Capability format will likely change at some point - 16 bit movement control, however repeat rate limits usability (will need KLL 0.4 to make better)
author Jacob Alexander <haata@kiibohd.com>
date Mon, 21 Mar 2016 22:23:57 -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