Skip to content

Commit

Permalink
Remove glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Dec 13, 2023
1 parent 3dc8561 commit d5fa554
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
1 change: 0 additions & 1 deletion tests/bans_build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ name = "ring"
allow-globs = [
"crypto/**.pl",
"src/rsa/convert_nist_rsa_test_vectors.py",
"*.o",
]
"#,
),
Expand Down
35 changes: 0 additions & 35 deletions tests/snapshots/bans_build__allows_by_glob.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,6 @@ source: tests/bans_build.rs
expression: diags
---
[
{
"fields": {
"code": "path-bypassed-by-glob",
"graphs": [
{
"Krate": {
"name": "ring",
"version": "0.16.20"
},
"parents": [
{
"Krate": {
"name": "build-bans",
"version": "0.1.0"
}
}
]
}
],
"labels": [
{
"column": 5,
"line": 11,
"message": "",
"span": "*.o"
}
],
"message": "file allowed by glob",
"notes": [
"path = '$CARGO_HOME/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/aes_nohw.o'"
],
"severity": "help"
},
"type": "diagnostic"
},
{
"fields": {
"code": "path-bypassed-by-glob",
Expand Down

0 comments on commit d5fa554

Please sign in to comment.