You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/configuration/ort-yml.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ excludes:
75
75
Where the list of available options for `reason` is defined in [PathExcludeReason.kt](https://github.com/oss-review-toolkit/ort/blob/main/model/src/main/kotlin/config/PathExcludeReason.kt).
76
76
For how to write a glob pattern, please see the [AntPathMatcher documentation](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/AntPathMatcher.html).
77
77
78
-
The path exclude above has the following effects:
78
+
The path exclude below has the following effects:
79
79
80
80
* All projects found below the `test-data` directory are marked as excluded.
81
81
* License findings in files below the `test-data` directory are marked as excluded.
0 commit comments