Skip to content

Commit 817156f

Browse files
committed
add nspect ignore file
1 parent a8ecd79 commit 817156f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.nspect-allowlist.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version = "1.0.0"
2+
3+
4+
[oss.excluded]
5+
# filter out all packages below as it is not shipped as part of wheel file
6+
[[oss.excluded.directories]]
7+
paths = ['docsrc/', 'docs/', 'third_party/']
8+
comment = 'docs packages'
9+
10+
[[oss.excluded.directories]]
11+
paths = ['tools/', 'toolchains/', 'third_party/', 'packaging']
12+
comment = 'builds/tools packages'

0 commit comments

Comments
 (0)