Skip to content

Commit bc2bc95

Browse files
Merge pull request #2588 from embrace-io/update-baseline-files
Regenerate baseline files
2 parents 79d133b + 27a0d1c commit bc2bc95

File tree

6 files changed

+6
-32
lines changed

6 files changed

+6
-32
lines changed

embrace-android-api/lint-baseline.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<issues format="6" by="lint 8.7.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.7.1)" variant="all" version="8.7.1">
3-
4-
<issue
5-
id="EmbracePublicApiPackageRule"
6-
message="Don&apos;t put classes in the io.embrace.android.embracesdk package unless they&apos;re part of the public API. Please move the new class to an appropriate package or (if you&apos;re adding to the public API) suppress this error via the lint baseline file."
7-
errorLine1="public enum class AppFramework {"
8-
errorLine2=" ~~~~~~~~~~~~">
9-
<location
10-
file="src/main/kotlin/io/embrace/android/embracesdk/AppFramework.kt"
11-
line="7"
12-
column="19"/>
13-
</issue>
2+
<issues format="6" by="lint 8.13.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.13.0)" variant="all" version="8.13.0">
143

154
<issue
165
id="EmbracePublicApiPackageRule"
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<?xml version="1.0" ?>
22
<SmellBaseline>
33
<ManuallySuppressedIssues/>
4-
<CurrentIssues>
5-
<ID>LongParameterList:DeliveryModuleSupplier.kt$( configModule: ConfigModule, initModule: InitModule, otelModule: OpenTelemetryModule, workerThreadModule: WorkerThreadModule, coreModule: CoreModule, essentialServiceModule: EssentialServiceModule, androidServicesModule: AndroidServicesModule, payloadStorageServiceProvider: Provider&lt;PayloadStorageService&gt;?, cacheStorageServiceProvider: Provider&lt;PayloadStorageService&gt;?, requestExecutionServiceProvider: Provider&lt;RequestExecutionService&gt;?, deliveryTracer: DeliveryTracer?, )</ID>
6-
<ID>LongParameterList:NativeCoreModuleSupplier.kt$( initModule: InitModule, coreModule: CoreModule, payloadSourceModule: PayloadSourceModule, workerThreadModule: WorkerThreadModule, configModule: ConfigModule, storageModule: StorageModule, essentialServiceModule: EssentialServiceModule, otelModule: OpenTelemetryModule, delegateProvider: Provider&lt;JniDelegate?&gt;, sharedObjectLoaderProvider: Provider&lt;SharedObjectLoader?&gt;, symbolServiceProvider: Provider&lt;SymbolService?&gt;, )</ID>
7-
<ID>LongParameterList:SpanService.kt$SpanService$( name: String, startTimeMs: Long, endTimeMs: Long, autoTerminationMode: AutoTerminationMode = AutoTerminationMode.NONE, parent: EmbraceSpan? = null, type: TelemetryType = EmbType.Performance.Default, internal: Boolean = true, private: Boolean = false, attributes: Map&lt;String, String&gt; = emptyMap(), events: List&lt;EmbraceSpanEvent&gt; = emptyList(), errorCode: ErrorCode? = null, )</ID>
8-
</CurrentIssues>
4+
<CurrentIssues/>
95
</SmellBaseline>

embrace-android-core/lint-baseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<issues format="6" by="lint 8.10.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.10.1)" variant="all" version="8.10.1">
2+
<issues format="6" by="lint 8.13.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.13.0)" variant="all" version="8.13.0">
33

44
<issue
55
id="TrimLambda"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<issues format="6" by="lint 8.9.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.9.2)" variant="all" version="8.9.2">
2+
<issues format="6" by="lint 8.13.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.13.0)" variant="all" version="8.13.0">
33

44
</issues>
Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<issues format="6" by="lint 8.7.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.7.1)" variant="all" version="8.7.1">
3-
4-
<issue
5-
id="EmbracePublicApiPackageRule"
6-
message="Don&apos;t put classes in the io.embrace.android.embracesdk package unless they&apos;re part of the public API. Please move the new class to an appropriate package or (if you&apos;re adding to the public API) suppress this error via the lint baseline file."
7-
errorLine1="enum class LogType {"
8-
errorLine2=" ~~~~~~~">
9-
<location
10-
file="src/main/kotlin/io/embrace/android/embracesdk/LogType.kt"
11-
line="10"
12-
column="12"/>
13-
</issue>
2+
<issues format="6" by="lint 8.13.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.13.0)" variant="all" version="8.13.0">
143

154
</issues>

embrace-test-fakes/lint-baseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
207207
<location
208208
file="src/main/kotlin/io/embrace/android/embracesdk/fakes/FakeSessionOrchestrationModule.kt"
209-
line="20"
209+
line="18"
210210
column="17"/>
211211
</issue>
212212

0 commit comments

Comments
 (0)