Project Setup
This commit is contained in:
16
.clang-tidy
Normal file
16
.clang-tidy
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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'
|
||||
Reference in New Issue
Block a user