17 lines
306 B
YAML
17 lines
306 B
YAML
# https://clang.llvm.org/extra/clang-tidy/checks/list.html
|
|
Checks: '-*,
|
|
bugprone-*,
|
|
cert-*,
|
|
misc-*,
|
|
concurrency-*,
|
|
performance-*,
|
|
portability-*,
|
|
readability-*,
|
|
clang-analyzer-*,
|
|
'
|
|
# CheckOptions:
|
|
|
|
WarningsAsErrors: '*'
|
|
HeaderFilterRegex: '.'
|
|
FormatStyle: 'file'
|