From 9ac0957e2836446c2fda5d8f8ff7f869fd5860bd Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 4 Nov 2021 18:47:28 +0530 Subject: Squashed commit of the following: commit c0487a3b8bb3d9df1e290579bbbd425f7707b5bd Author: Akshay Date: Thu Nov 4 18:46:03 2021 +0530 use ignore crate to enforce simpler ignore rules - also respects .gitignore by default - adds new flag `-u` to unrestrict statix --- bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/Cargo.toml') diff --git a/bin/Cargo.toml b/bin/Cargo.toml index e78cabd..aa789eb 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -12,7 +12,7 @@ description = "Lints and suggestions for the Nix programming language" ariadne = "0.1.3" rnix = "0.9.0" clap = "3.0.0-beta.4" -globset = "0.4.8" +ignore = "0.4.18" thiserror = "1.0.30" similar = "2.1.0" vfs = { path = "../vfs" } -- cgit v1.2.3