more clangtidy checks #72

Closed
opened 2024-11-01 12:58:22 +08:00 by manuel · 1 comment
Owner

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 all cppcoreguidelines and modernize checks

for 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

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 all `cppcoreguidelines` and `modernize` checks for 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
manuel added the
enhancement
component
parser
labels 2024-11-01 12:58:22 +08:00

checks are specified in keywords, this list only groups them

checks are specified in keywords, this list only groups them
Sign in to join this conversation.
No description provided.