diff options
author | Akshay <[email protected]> | 2021-10-27 15:20:52 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-27 20:03:48 +0100 |
commit | 8eccf15964e09c2e024710512e671c6b1b88e885 (patch) | |
tree | da902a799840c3031f2ca68e3be39e3f101b05eb /notes.txt | |
parent | f909b20c540ea99dddfd04b8439ee35b8dd703b8 (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.txt | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 | ||
44 | Extensions | 51 | Extensions |
45 | ---------- | 52 | ---------- |