From 7d81fa11c9ac384619272d20ed936dc91c5553ea Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Mon, 4 Dec 2023 22:52:05 +0800 Subject: [PATCH] docs: update todos --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index af4fc3df..e161b890 100644 --- a/README.md +++ b/README.md @@ -25,16 +25,14 @@ AutoDev [#54](https://github.com/unit-mesh/auto-dev/issues/56) - [ ] by History analysis for incremental learning - [ ] Git history parser - [ ] Incremental generate -- [ ] Code quality analysis - - [ ] Code quality metrics - - [ ] ArchGuard CodeDB metrics: [CodeDB](https://github.com/archguard/codedb) - [ ] AST parser by [Chapi](https://github.com/phodal/chapi) -- [ ] Good code +- [ ] Code quality - [x] Test BadSmell from [Coca](https://github.com/phodal/coca) - [ ] BadSmell from [Coca](https://github.com/phodal/coca) - [x] Long Parameters, Long Method, LARGE_CLASS - [ ] Todo: Rewrite If, Switch logic - - [ ] Estimation from [ArchGuard](https://github.com/archguard/archguard) + - [x] Estimation from [ArchGuard](https://github.com/archguard/archguard) + - [ ] ArchGuard CodeDB metrics: [CodeDB](https://github.com/archguard/codedb) ### Code Eval