aboutsummaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-27 15:20:52 +0100
committerAkshay <[email protected]>2021-10-27 20:03:48 +0100
commit8eccf15964e09c2e024710512e671c6b1b88e885 (patch)
treeda902a799840c3031f2ca68e3be39e3f101b05eb /notes.txt
parentf909b20c540ea99dddfd04b8439ee35b8dd703b8 (diff)
add 3 new lints, bump to v0.2.3v0.2.3
- empty_pattern - redundant_pattern_bind - unquoted_splice
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt
index 071e502..0e70373 100644
--- a/notes.txt
+++ b/notes.txt
@@ -40,6 +40,13 @@ Lint ideas
40- manual map over list 40- manual map over list
41- merge inherit 41- merge inherit
42- merge inherit-from 42- merge inherit-from
43- empty inherit
44- useless antiquote/splice (where is antiquote truly
45 required?)
46- useless variadic (things like `{...} : expr`, replace with
47 `_: expr`)
48- redundant pattern `{...} @ inputs : expr`, replace with
49 `inputs: expr`
43 50
44Extensions 51Extensions
45---------- 52----------