more clangtidy checks #72
Labels
No Label
bug
component
executor
component
framework
component
parser
component
UI
duplicate
enhancement
help wanted
invalid
priority
p0
priority
p1
priority
p2
priority
p3
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: JOJ/JOJ3#72
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
all available clang-tidy checks can be found https://clang.llvm.org/extra/clang-tidy/checks/list.html
we might want to add
portability
as well as allcppcoreguidelines
andmodernize
checksfor now https://focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/src/branch/master/internal/parser/clangtidy/score.go only lists the ones we used last year in 482/151
checks are specified in keywords, this list only groups them