updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
parent
3be29f5b73
commit
bb8cbb49f5
24
.clang-tidy
24
.clang-tidy
@ -1,10 +1,30 @@
|
|||||||
---
|
---
|
||||||
Checks: '-*,clang-diagnostic-*,clang-analyzer-*,bugprone-*,concurrency-*,cppcoreguidelines-*,modernize-*,readability-*,-readability-redundant-access-specifiers,-readability-function-cognitive-complexity'
|
Checks: [
|
||||||
ExtraArgs: '-Wno-unknown-warning-option'
|
'-*',
|
||||||
|
'clang-diagnostic-*',
|
||||||
|
'clang-analyzer-*',
|
||||||
|
'bugprone-*',
|
||||||
|
'concurrency-*',
|
||||||
|
'cppcoreguidelines-*',
|
||||||
|
'modernize-*',
|
||||||
|
'readability-*',
|
||||||
|
'-readability-redundant-access-specifiers',
|
||||||
|
'-readability-function-cognitive-complexity'
|
||||||
|
]
|
||||||
|
ExtraArgs: ['-Wno-unknown-warning-option']
|
||||||
FormatStyle: none
|
FormatStyle: none
|
||||||
HeaderFileExtensions: ['', 'h','hh','hpp','hxx']
|
HeaderFileExtensions: ['', 'h','hh','hpp','hxx']
|
||||||
HeaderFilterRegex: ''
|
HeaderFilterRegex: ''
|
||||||
ImplementationFileExtensions: ['c','cc','cpp','cxx']
|
ImplementationFileExtensions: ['c','cc','cpp','cxx']
|
||||||
|
CheckOptions:
|
||||||
|
- key: MinimumExceptionNameLength
|
||||||
|
value: 1
|
||||||
|
- key: MinimumLoopCounterNameLength
|
||||||
|
value: 3
|
||||||
|
- key: MinimumParameterNameLength
|
||||||
|
value: 3
|
||||||
|
- key: MinimumVariableNameLength
|
||||||
|
value: 3
|
||||||
User: 'scott.e.graves@protonmail.com'
|
User: 'scott.e.graves@protonmail.com'
|
||||||
WarningsAsErrors: ''
|
WarningsAsErrors: ''
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user