mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 07:21:54 +00:00
17 lines
606 B
Plaintext
17 lines
606 B
Plaintext
|
# refer to https://clang.llvm.org/extra/clang-tidy/checks/list.html
|
||
|
|
||
|
Checks: '-*, readability-identifier-naming, clang-analyzer-core.*,'
|
||
|
WarningsAsErrors: '-*'
|
||
|
HeaderFilterRegex: ''
|
||
|
FormatStyle: file
|
||
|
InheritParentConfig: false
|
||
|
AnalyzeTemporaryDtors: false
|
||
|
User: wamr
|
||
|
CheckOptions:
|
||
|
- key: readability-identifier-naming.VariableCase
|
||
|
value: lower_case
|
||
|
- key: readability-identifier-naming.ParameterCase
|
||
|
value: lower_case
|
||
|
- key: readability-identifier-naming.MacroDefinitionCase
|
||
|
value: UPPER_CASE
|