aboutsummaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-24 13:25:57 +0100
committerAkshay <[email protected]>2021-10-24 13:39:28 +0100
commit781c42cc9ce2e6a3f1024ea1f4e3f071cc8f2dd4 (patch)
tree14f7956797530bfef15595a6743be108a7bed8e3 /notes.txt
parentb09f1f958423dee8c235f2eeb9c148b73936830f (diff)
flake build with json feature, add better usage docs
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----------