diff options
author | Akshay <[email protected]> | 2021-11-04 13:17:28 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-11-04 13:17:28 +0000 |
commit | 9ac0957e2836446c2fda5d8f8ff7f869fd5860bd (patch) | |
tree | 94fb7cd97fe1b9588a00473e3d79635fec748362 /bin/Cargo.toml | |
parent | 07d39899d32ed4c7ae822e98f4a8b28c72c48a99 (diff) |
Squashed commit of the following:
commit c0487a3b8bb3d9df1e290579bbbd425f7707b5bd
Author: Akshay <[email protected]>
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
Diffstat (limited to 'bin/Cargo.toml')
-rw-r--r-- | bin/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
12 | ariadne = "0.1.3" | 12 | ariadne = "0.1.3" |
13 | rnix = "0.9.0" | 13 | rnix = "0.9.0" |
14 | clap = "3.0.0-beta.4" | 14 | clap = "3.0.0-beta.4" |
15 | globset = "0.4.8" | 15 | ignore = "0.4.18" |
16 | thiserror = "1.0.30" | 16 | thiserror = "1.0.30" |
17 | similar = "2.1.0" | 17 | similar = "2.1.0" |
18 | vfs = { path = "../vfs" } | 18 | vfs = { path = "../vfs" } |