diff options
-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 | ||