clang-tidy parser and executor #26

Merged
张泊明518370910136 merged 26 commits from clang-tidy into master 2024-05-18 02:50:13 +08:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 84121aa6f4 - Show all commits

@ -1 +1 @@
Subproject commit 4b00eacf88277a06bbb5052e5b2688cd622521d0
Subproject commit 54de5d52294a9e7c8264cfbbe387bc1a23050d71

View File

@ -37,6 +37,7 @@ func get_comment(json_messages []json_message) string {
"codequality-no-header-guard",
"codequality-no-fflush-stdin",
"readability-function-size",
"readability-duplicate-include",
"readability-identifier-naming",
"readability-redundant",
"readability-misleading-indentation",