From 8eccf15964e09c2e024710512e671c6b1b88e885 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 27 Oct 2021 19:50:52 +0530 Subject: add 3 new lints, bump to v0.2.3 - empty_pattern - redundant_pattern_bind - unquoted_splice --- notes.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'notes.txt') diff --git a/notes.txt b/notes.txt index 071e502..0e70373 100644 --- a/notes.txt +++ b/notes.txt @@ -40,6 +40,13 @@ Lint ideas - manual map over list - merge inherit - merge inherit-from +- empty inherit +- useless antiquote/splice (where is antiquote truly + required?) +- useless variadic (things like `{...} : expr`, replace with + `_: expr`) +- redundant pattern `{...} @ inputs : expr`, replace with + `inputs: expr` Extensions ---------- -- cgit v1.2.3