Skip to content

Commit 6748221

Browse files
authored
Add roadmap (#307)
1 parent c7cf825 commit 6748221

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)