forked from bytecodealliance/wasm-micro-runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #360 from bytecodealliance/main
Merge bytecodealliance:main into wenyongh:main
- Loading branch information
Showing
306 changed files
with
47,914 additions
and
26,805 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 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 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.