Skip to content

Commit bf54056

Browse files
add nspect ignore file (#3514)
1 parent e104318 commit bf54056

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.nspect-allowlist.toml

+12
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)