From 70a8111d279f5a0d8e16c79cfda4eb5c7a701632 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Sun, 19 Jul 2020 08:20:01 +0800 Subject: [PATCH] docs: update todo --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b306623..c95caac 100644 --- a/README.md +++ b/README.md @@ -552,18 +552,19 @@ Android Studio Analysis Examples - TBD - Comment Analysis - [ ] incorrect comment ? http://das.encs.concordia.ca/uploads/2018/02/Maldonado_thesis.pdf - - Online Code Analysis - - [x] WASM support - - [ ] expose WASM API - - [ ] GitHub search code - - [ ] Pluggable - - [ ] plugin support (Windows Issues) + - ~~Online Code Analysis~~ + - [x] ~~WASM support~~ + - [ ] ~~expose WASM API~~ + - [ ] ~~GitHub search code~~ + - [ ] ~~Pluggable~~ + - [ ] ~~plugin support (Windows Issues)~~ - [x] Dependence Analysis - [ ] Deps Related Counts - [x] 3rd-party analysis XML or Groovy Scripts - [x] Groovy Support - [x] migrate to Golang Styles - [ ] Story Cmd + - [ ] Auto create refactor story - [ ] Clean Code Suggest - [ ] JavaScript Version [clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript) - [ ] More CodeSmells -- GitLab