aboutsummaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt
index 73d9439..071e502 100644
--- a/notes.txt
+++ b/notes.txt
@@ -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
41Extensions 44Extensions
42---------- 45----------