diff options
author | Akshay <[email protected]> | 2021-10-15 08:37:08 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-15 08:37:08 +0100 |
commit | 68b556e93e09d494777bf4a57f740f8af153918d (patch) | |
tree | 6611de539f3749e012ad5603e0b860c5531badf8 | |
parent | 2993b205dbad0f7fd3755f9f3cfb3003c79a8b5a (diff) |
add roadmap
-rw-r--r-- | readme.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -33,3 +33,9 @@ without being familiar with the rest of the codebase. | |||
33 | 33 | ||
34 | This crate intends to be a helper layer to declare lints and | 34 | This crate intends to be a helper layer to declare lints and |
35 | their metadata. | 35 | their metadata. |
36 | |||
37 | ## TODO | ||
38 | |||
39 | - Offline documentation for each lint | ||
40 | - Automatically fix all lints from suggestions generated | ||
41 | - Test suite for lints and suggestions | ||