aboutsummaryrefslogtreecommitdiff
path: root/bin/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-11-04 13:16:03 +0000
committerAkshay <[email protected]>2021-11-04 13:16:03 +0000
commitc0487a3b8bb3d9df1e290579bbbd425f7707b5bd (patch)
tree3be2fa52ec7e48d094f45e3c8f85b1819bac6e66 /bin/Cargo.toml
parent5b87c6feb3e4a2fcc30ad94125be3dcd4e554754 (diff)
use ignore crate to enforce simpler ignore rulesfix-ignores
- also respects .gitignore by default - adds new flag `-u` to unrestrict statix
Diffstat (limited to 'bin/Cargo.toml')
-rw-r--r--bin/Cargo.toml2
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"
12ariadne = "0.1.3" 12ariadne = "0.1.3"
13rnix = "0.9.0" 13rnix = "0.9.0"
14clap = "3.0.0-beta.4" 14clap = "3.0.0-beta.4"
15globset = "0.4.8" 15ignore = "0.4.18"
16thiserror = "1.0.30" 16thiserror = "1.0.30"
17similar = "2.1.0" 17similar = "2.1.0"
18vfs = { path = "../vfs" } 18vfs = { path = "../vfs" }