Skip to content

Commit 23cfc6c

Browse files
committed
docs(model): Update the environmentConfig property documentation
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 8d8d127 commit 23cfc6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/v1/model/src/commonMain/kotlin/JobConfigurations.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ data class AnalyzerJobConfiguration(
7575
val enabledPackageManagers: List<String>? = null,
7676

7777
/**
78-
* An optional [EnvironmentConfig] to be used for this run. If this configuration is defined, it replaces the
79-
* configuration defined in the repository (if any).
78+
* An additional [EnvironmentConfig] to be used for this run. If this configuration is defined, it is merged with
79+
* the configuration defined in the repository (if any).
8080
*/
8181
val environmentConfig: EnvironmentConfig? = null,
8282

model/src/commonMain/kotlin/JobConfigurations.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ data class AnalyzerJobConfiguration(
8282
val enabledPackageManagers: List<String>? = null,
8383

8484
/**
85-
* An optional [EnvironmentConfig] to be used for this run. If this configuration is defined, it replaces the
86-
* configuration defined in the repository (if any).
85+
* An additional [EnvironmentConfig] to be used for this run. If this configuration is defined, it is merged with
86+
* the configuration defined in the repository (if any).
8787
*/
8888
val environmentConfig: EnvironmentConfig? = null,
8989

0 commit comments

Comments
 (0)