diff options
Diffstat (limited to 'notes.txt')
-rw-r--r-- | notes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ Lint ideas | |||
37 | - invalid or potentially risky string interpolations | 37 | - invalid or potentially risky string interpolations |
38 | - useless parens in infix exprs | 38 | - useless parens in infix exprs |
39 | - unused function params | 39 | - unused function params |
40 | - manual map over list | ||
41 | - merge inherit | ||
42 | - merge inherit-from | ||
40 | 43 | ||
41 | Extensions | 44 | Extensions |
42 | ---------- | 45 | ---------- |