Commit Graph

95 Commits

Author SHA1 Message Date
adefbfd1fa style(internal/parsers/clangtidy): fix naming convention 2024-05-10 23:23:12 +08:00
0393ba6e23 feat(examples/clang-tidy/sillycode): putting two stages together 2024-05-07 16:24:09 +08:00
84121aa6f4 fix(internal/parsers/clang_tidy/score.go): Add a missing keyword 2024-05-07 16:12:03 +08:00
6429d820a9 fix(internal/parsers/clang_tidy/parser.go): check the return value of executor, if not 0 or 1 then report error 2024-05-07 16:03:49 +08:00
09024b4c15 fix(internal/parsers/clang_tidy/formatter.go): remove unused code for fingerprints 2024-05-07 15:39:26 +08:00
b0f3c880d5 fix(internal/parsers/clang_tidy/parser.go): Fix typo in default root dir 2024-05-07 15:38:05 +08:00
87c2bc38d0 fix(internal/parsers/clang_tidy/parser.go): Removing unused local json file 2024-05-07 14:52:12 +08:00
07ef611f95 feat(internal/parsers/clang_tidy): Allow working root dir to be set in config, default is "/w" 2024-05-07 14:46:34 +08:00
430662daca fix(internal/parsers/clang_tidy/score.go): slightly fix the output format 2024-05-05 21:44:47 +08:00
061664eb70 feat(internal/parsers/clang_tidy): Added comments for clang-tidy parser 2024-05-05 21:36:52 +08:00
5c42a5f055 fix(internal/clang_tidy/score.go): Unlisted keywords will be 0 point rather than 1 2024-05-05 20:57:33 +08:00
f68bbef4a6 fix(examples/clang-tidy): Update config files 2024-05-05 20:51:03 +08:00
cd53640bfe fix(examples/clang-tidy): removing old test files for clang-tidy 2024-05-05 19:39:51 +08:00
e5af7d0b29 feat(examples/clang-tidy/sillycode): Linking clang-tidy examples to JOJ3-example repo 2024-05-05 19:31:11 +08:00
668676b63f feat: merging from master 2024-05-05 17:55:18 +08:00
2df84bb39a fix(internal/executors/all.go): Fixing import bugs 2024-05-05 14:31:38 +08:00
82c0146866 fix(internal/executors/clang_tidy): Removing unused clang-tidy executors 2024-05-05 14:30:33 +08:00
ecb2f02182 fix(cmd/joj3/main_test.go,-examples/clang-tidy,-internal/parsers/clang_tidy): Switched clang-tidy's executor to sandbox 2024-05-05 14:24:15 +08:00
16a59a7fc2
chore: add examples/keyword/clang-tidy 2024-05-02 20:30:57 -04:00
39a720afa2
chore: rename examples 2024-05-02 19:07:33 -04:00
e133b13a84 feat(internal/executors/clang_tidy,-internal/parsers/clang_tidy,-cmd/joj3/main_test.go): Parsers and executors for clang-tidy 2024-05-01 00:18:09 +08:00
eb4815f10d test(examples/clang_tidy/sillycode.cpp): Auto formatting test files 2024-04-30 21:44:10 +08:00
5aefc46ba8
chore: update submodule 2024-04-27 16:41:45 -04:00
2854fd7c91 feat: keyword parser () ()
Reviewed-on: 
2024-04-28 03:52:07 +08:00
b9957a9965
ci: show git status 2024-04-26 17:18:35 -04:00
15b8b34476
feat: auto detect tests in exampls 2024-04-11 13:19:38 -04:00
c53082283a
docs: run make before make test 2024-04-03 19:33:36 -04:00
51539c1e7c feat: cpplint parser ()
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Reviewed-on: 
2024-04-04 07:29:00 +08:00
0bf349c032
fix: json field case 2024-04-03 18:08:34 -04:00
8f3804543a docs: detailed startup guide 2024-04-04 01:04:20 +08:00
cb7cd5cc42
docs: update make test result 2024-04-02 18:42:19 -04:00
7b5b1f4add
chore: move .out file in .gitignore 2024-03-31 17:06:08 -04:00
b82d6f48d9
chore: re-organize examples 2024-03-31 17:03:08 -04:00
6348a0807b
docs: detailed workflow explanation 2024-03-31 02:05:32 -04:00
be21a16293 feat(ClangTidy-struct): Setup of ClangTidy struct, copied from Dummy 2024-03-29 15:08:37 +08:00
fb61ad33e3 docs(README.md): Added link to go-judge Github repo 2024-03-29 14:57:46 +08:00
9d15b0038f
chore: generate coverage report 2024-03-25 16:33:39 -04:00
d7a8bbd710
chore: remove debug info in binary 2024-03-25 16:32:01 -04:00
6286a81500
ci: more prepare steps 2024-03-25 03:38:34 -04:00
93079b5b7b
ci: update steps 2024-03-25 03:27:01 -04:00
b59380ad4e
feat: go test on examples 2024-03-23 19:55:10 -04:00
3068d77ba5
fix: no conf return value 2024-03-23 18:21:41 -04:00
2586aeace1
docs: fix typo 2024-03-23 18:21:13 -04:00
0ee77561be
feat: return error on grpc connection error 2024-03-23 18:19:14 -04:00
2237ce41eb
feat: postpone sandbox grpc connection time 2024-03-23 18:14:17 -04:00
f6cbfa7973 chore: remove checkmake for windows support 2024-03-20 02:00:03 +08:00
ab0e7417c2
chore: add gofumpt to pre-commit 2024-03-15 22:07:18 -04:00
38d1c18471
feat: add dummy error example 2024-03-12 16:38:55 -04:00
27a1e4420e
feat: dummy binary + parser example 2024-03-12 16:22:21 -04:00
a5643c1556
feat: check executor & parser name 2024-03-12 16:20:14 -04:00