Skip to content

Commit 4c6743a

Browse files
committed
feat(model): Add includes to package configurations
Signed-off-by: Nicolas Nobelis <[email protected]>
1 parent 6dd73f5 commit 4c6743a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

model/src/main/kotlin/config/PackageConfiguration.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ data class PackageConfiguration(
7373
@JsonInclude(JsonInclude.Include.NON_EMPTY)
7474
val pathExcludes: List<PathExclude> = emptyList(),
7575

76+
/**
77+
* Path includes.
78+
*/
79+
@JsonInclude(JsonInclude.Include.NON_EMPTY)
80+
val pathIncludes: List<PathInclude> = emptyList(),
81+
7682
/**
7783
* License finding curations.
7884
*/

0 commit comments

Comments
 (0)