diff options
author | Akshay <[email protected]> | 2021-10-24 13:25:57 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-24 13:39:28 +0100 |
commit | 781c42cc9ce2e6a3f1024ea1f4e3f071cc8f2dd4 (patch) | |
tree | 14f7956797530bfef15595a6743be108a7bed8e3 /notes.txt | |
parent | b09f1f958423dee8c235f2eeb9c148b73936830f (diff) |
flake build with json feature, add better usage docs
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 | ---------- |