~kris/suckless

dwmblocks

ref: 66ec9124f91f17f7f1a624b09d91750be5210092 dwmblocks/.clang-tidy -rw-r--r-- 819 bytes
66ec9124 — Kris Yotam Remove sb-battery block (no battery on desktop) 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Checks: |
  -*,
  abseil-*,
  bugprone-*,
  clang-analyzer-*,
  misc-*,
  modernize-*,
  performance-*,
  portability-*,
  readability-*,
  llvm-*,
  -bugprone-easily-swappable-parameters,
  -readability-avoid-const-params-in-decls,
  -readability-identifier-length

CheckOptions:
  - key: readability-inconsistent-declaration-parameter-name.Strict
    value: true
  - key: readability-identifier-naming.StructCase
    value: lower_case
  - key: readability-identifier-naming.FunctionCase
    value: lower_case
  - key: readability-identifier-naming.VariableCase
    value: lower_case
  - key: readability-identifier-naming.EnumConstantCase
    value: UPPER_CASE
  - key: readability-identifier-naming.MacroDefinitionCase
    value: UPPER_CASE
  - key: readability-function-cognitive-complexity.Threshold
    value: 15