Skip to content

Commit

Permalink
build: regenerate lint baseline file to account for changed lines + b…
Browse files Browse the repository at this point in the history
…inary arch PR
  • Loading branch information
fractalwrench committed Dec 11, 2018
1 parent 7c062f9 commit 053ca17
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions sdk/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1827,14 +1827,25 @@
column="44"/>
</issue>

<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static void setBinaryArch(final String binaryArch) {"
errorLine2=" ~~~~~~">
<location
file="src/main/java/com/bugsnag/android/NativeInterface.java"
line="350"
column="44"/>
</issue>

<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static String getAppVersion() {"
errorLine2=" ~~~~~~">
<location
file="src/main/java/com/bugsnag/android/NativeInterface.java"
line="350"
line="357"
column="19"/>
</issue>

Expand All @@ -1845,7 +1856,7 @@
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/com/bugsnag/android/NativeInterface.java"
line="357"
line="364"
column="19"/>
</issue>

Expand All @@ -1856,7 +1867,7 @@
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/com/bugsnag/android/NativeInterface.java"
line="364"
line="371"
column="47"/>
</issue>

Expand All @@ -1867,7 +1878,7 @@
errorLine2=" ~~~~~~">
<location
file="src/main/java/com/bugsnag/android/NativeInterface.java"
line="376"
line="383"
column="38"/>
</issue>

Expand All @@ -1878,7 +1889,7 @@
errorLine2=" ~~~~~~">
<location
file="src/main/java/com/bugsnag/android/NativeInterface.java"
line="376"
line="383"
column="59"/>
</issue>

Expand All @@ -1889,7 +1900,7 @@
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/com/bugsnag/android/NativeInterface.java"
line="396"
line="403"
column="37"/>
</issue>

Expand Down

0 comments on commit 053ca17

Please sign in to comment.