We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd73f5 commit 4c6743aCopy full SHA for 4c6743a
model/src/main/kotlin/config/PackageConfiguration.kt
@@ -73,6 +73,12 @@ data class PackageConfiguration(
73
@JsonInclude(JsonInclude.Include.NON_EMPTY)
74
val pathExcludes: List<PathExclude> = emptyList(),
75
76
+ /**
77
+ * Path includes.
78
+ */
79
+ @JsonInclude(JsonInclude.Include.NON_EMPTY)
80
+ val pathIncludes: List<PathInclude> = emptyList(),
81
+
82
/**
83
* License finding curations.
84
*/
0 commit comments