Skip to content

Commit 39653c2

Browse files
committed
style: 🛁 linting
1 parent cd822e3 commit 39653c2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

deny.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
# list here is effectively saying which targets you are building for.
2525
targets = [
2626

27-
2827
# The triple can be any string, but only the target triples built in to
2928
# rustc (as of 1.40) can be checked against actual config expressions
3029
# "x86_64-unknown-linux-musl",
@@ -73,7 +72,6 @@ feature-depth = 1
7372
# output a note when they are encountered.
7473
ignore = [
7574

76-
7775
# "RUSTSEC-0000-0000",
7876
# { id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
7977
# "a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish
@@ -108,7 +106,6 @@ confidence-threshold = 0.8
108106
# aren't accepted for every possible crate as with the normal allow list
109107
exceptions = [
110108

111-
112109
# Each entry is the crate and version constraint, and its specific allow
113110
# list
114111
# { allow = ["Zlib"], crate = "adler32" },
@@ -143,7 +140,6 @@ ignore = false
143140
# not have its license(s) checked
144141
registries = [
145142

146-
147143
# "https://sekretz.com/registry
148144
]
149145

@@ -172,14 +168,12 @@ external-default-features = "allow"
172168
# List of crates that are allowed. Use with care!
173169
allow = [
174170

175-
176171
# "ansi_term@0.11.0",
177172
# { crate = "ansi_term@0.11.0", reason = "you can specify a reason it is allowed" },
178173
]
179174
# List of crates to deny
180175
deny = [
181176

182-
183177
# "ansi_term@0.11.0",
184178
# { crate = "ansi_term@0.11.0", reason = "you can specify a reason it is banned" },
185179
# Wrapper crates can optionally be specified to allow the crate when it
@@ -213,7 +207,6 @@ deny = [
213207
# Certain crates/versions that will be skipped when doing duplicate detection.
214208
skip = [
215209

216-
217210
# "ansi_term@0.11.0",
218211
# { crate = "ansi_term@0.11.0", reason = "you can specify a reason why it can't be updated/removed" },
219212
]
@@ -223,7 +216,6 @@ skip = [
223216
# by default infinite.
224217
skip-tree = [
225218

226-
227219
# "ansi_term@0.11.0", # will be skipped along with _all_ of its direct and transitive dependencies
228220
# { crate = "ansi_term@0.11.0", depth = 20 },
229221
]

0 commit comments

Comments
 (0)