mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
chore: silent Aligned16KB
lint temporarily
This commit is contained in:
parent
1b80f5525b
commit
0db43a8752
4 changed files with 3 additions and 43 deletions
|
@ -15,27 +15,6 @@
|
|||
file="../../../.gradle/caches/modules-2/files-2.1/org.jsoup/jsoup/1.19.1/a66ce6265069c29783c30ca7c51ae15b68c36c5/jsoup-1.19.1.jar"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="Aligned16KB"
|
||||
message="The native library `arm64-v8a/libsqlite3x.so` (from `com.github.requery:sqlite-android:3.45.0`) is not 16 KB aligned">
|
||||
<location
|
||||
file="../../../../.gradle/caches/8.13/transforms/adaa1bef1ec355fdc0613a8813c47774/transformed/sqlite-android-3.45.0/jni/arm64-v8a/libsqlite3x.so"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="Aligned16KB"
|
||||
message="The native library `arm64-v8a/libsqlite3x.so` (from `com.github.requery:sqlite-android:3.45.0`) is not 16 KB aligned">
|
||||
<location
|
||||
file="../../../../.gradle/caches/8.13/transforms/adaa1bef1ec355fdc0613a8813c47774/transformed/sqlite-android-3.45.0/jni/arm64-v8a/libsqlite3x.so"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="Aligned16KB"
|
||||
message="The native library `arm64-v8a/libsqlite3x.so` (from `com.github.requery:sqlite-android:3.45.0`) is not 16 KB aligned">
|
||||
<location
|
||||
file="../../../../.gradle/caches/8.13/transforms/adaa1bef1ec355fdc0613a8813c47774/transformed/sqlite-android-3.45.0/jni/arm64-v8a/libsqlite3x.so"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="VectorPath"
|
||||
message="Very long vector path (918 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
errorLine2=" ~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/kotlin/dev/msfjarvis/claw/gradle/LintConfig.kt"
|
||||
line="51"
|
||||
line="53"
|
||||
column="33"/>
|
||||
</issue>
|
||||
|
||||
|
|
|
@ -31,6 +31,8 @@ object LintConfig {
|
|||
if (!isJVM) {
|
||||
enable += "ComposeM2Api"
|
||||
error += "ComposeM2Api"
|
||||
// The Lint baseline message changes too frequently for this
|
||||
disable += "Aligned16KB"
|
||||
}
|
||||
baseline = project.file("lint-baseline.xml")
|
||||
// This is extremely annoying
|
||||
|
|
|
@ -1,25 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<issues format="6" by="lint 8.11.0-alpha04" type="baseline" client="gradle" dependencies="true" name="AGP (8.11.0-alpha04)" variant="all" version="8.11.0-alpha04">
|
||||
|
||||
<issue
|
||||
id="Aligned16KB"
|
||||
message="The native library `arm64-v8a/libsqlite3x.so` (from `com.github.requery:sqlite-android:3.45.0`) is not 16 KB aligned">
|
||||
<location
|
||||
file="../../../../.gradle/caches/8.13/transforms/adaa1bef1ec355fdc0613a8813c47774/transformed/sqlite-android-3.45.0/jni/arm64-v8a/libsqlite3x.so"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="Aligned16KB"
|
||||
message="The native library `arm64-v8a/libsqlite3x.so` (from `com.github.requery:sqlite-android:3.45.0`) is not 16 KB aligned">
|
||||
<location
|
||||
file="../../../../.gradle/caches/8.13/transforms/adaa1bef1ec355fdc0613a8813c47774/transformed/sqlite-android-3.45.0/jni/arm64-v8a/libsqlite3x.so"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="Aligned16KB"
|
||||
message="The native library `arm64-v8a/libsqlite3x.so` (from `com.github.requery:sqlite-android:3.45.0`) is not 16 KB aligned">
|
||||
<location
|
||||
file="../../../../.gradle/caches/8.13/transforms/adaa1bef1ec355fdc0613a8813c47774/transformed/sqlite-android-3.45.0/jni/arm64-v8a/libsqlite3x.so"/>
|
||||
</issue>
|
||||
|
||||
</issues>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue