File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Stan is a Haskell **ST**atic **AN**alysis tool.
2727 * [ Main command] ( #main-command )
2828 * [ Inspections] ( #inspections )
2929 * [ Converting between TOML and CLI configurations] ( #converting-between-toml-and-cli-configurations )
30+ * [ Roadmap] ( #roadmap )
3031 * [ Links to Wiki] ( #links-to-wiki )
3132
3233## What this tool is about
@@ -462,6 +463,20 @@ Usage:
462463 ]
463464```
464465
466+ ## Roadmap
467+
468+ [[ Back to the Table of Contents] ↑] ( #table-of-contents )
469+
470+ Our plan for the nearest future:
471+
472+ - [ ] Opt-in inspections
473+ - [ ] Custom users' inspections
474+ - [ ] More inspections on potential bugs and performance
475+ - [ ] Single-pass traverse on AST
476+
477+ We have much more ideas to work on.
478+ See more detailed plan in the dedicated [ GitHub Project page] ( https://github.com/kowainik/stan/projects/1 ) .
479+
465480## Links to Wiki
466481
467482[[ Back to the Table of Contents] ↑] ( #table-of-contents )
You can’t perform that action at this time.
0 commit comments