forked from porsche-design-system/porsche-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.ort.yml
18 lines (18 loc) · 796 Bytes
/
.ort.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
analyzer:
skip_excluded: true
enabled_package_managers: [Yarn]
excludes:
paths:
- pattern: "aws/**"
reason: "BUILD_TOOL_OF"
comment: "The path only contains tools used for building infrastructure source code for AWS which is not included in any distributed artifacts."
- pattern: "docker/**"
reason: "OTHER"
comment: "The path only contains tools and executables used for CI/CD automation which is not included in any distributed artifacts."
- pattern: "packages/shared/**"
reason: "OTHER"
comment: "The path only contains tools and dependencies used as devDependencies in other packages which is not included in any distributed artifacts."
scopes:
- pattern: "devDependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."