Skip to content

Commit 1fbfc97

Browse files
chore: update lint baselines (#403)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent c9b998f commit 1fbfc97

2 files changed

Lines changed: 1 addition & 29 deletions

File tree

app/detekt-baseline.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@
9696
<ID>MaxLineLength:SaveAsActivity.kt$SaveAsActivity$FilePickerDialog</ID>
9797
<ID>MaxLineLength:SaveAsDialog.kt$SaveAsDialog$val title = String.format(activity.getString(R.string.file_already_exists_overwrite), newFilename)</ID>
9898
<ID>MaxLineLength:SettingsActivity.kt$SettingsActivity$settingsUseEnglishHolder.beVisibleIf((config.wasUseEnglishToggled || Locale.getDefault().language != "en") &amp;&amp; !isTiramisuPlus())</ID>
99-
<ID>MaxLineLength:StorageFragment.kt$StorageFragment$class</ID>
100-
<ID>MaxLineLength:StorageFragment.kt$StorageFragment$mainStorageUsageProgressbar</ID>
101-
<ID>MaxLineLength:StorageFragment.kt$StorageFragment$mainStorageUsageProgressbar.progress = ((totalStorageSpace - freeStorageSpace) / SIZE_DIVIDER).toInt()</ID>
102-
<ID>MaxLineLength:StorageFragment.kt$StorageFragment$totalSpace.text = String.format(context.getString(R.string.total_storage), totalStorageSpace.formatSizeThousand())</ID>
103-
<ID>MaxLineLength:StorageFragment.kt$StorageFragment$val mimeType = cursor.getStringValue(MediaStore.Files.FileColumns.MIME_TYPE)?.lowercase(Locale.getDefault())</ID>
104-
<ID>MaxLineLength:StorageFragment.kt$StorageFragment$val storageStatsManager = context.getSystemService(AppCompatActivity.STORAGE_STATS_SERVICE) as StorageStatsManager</ID>
10599
<ID>NestedBlockDepth:DecompressActivity.kt$DecompressActivity$private fun decompressTo(destination: String)</ID>
106100
<ID>NestedBlockDepth:ItemsAdapter.kt$ItemsAdapter$@SuppressLint("NewApi") private fun compressPaths( sourcePaths: List&lt;String&gt;, targetPath: String, password: String? = null ): Boolean</ID>
107101
<ID>NestedBlockDepth:ItemsAdapter.kt$ItemsAdapter$private fun decompressPaths( paths: List&lt;String&gt;, conflictResolutions: LinkedHashMap&lt;String, Int&gt;, callback: (success: Boolean) -&gt; Unit )</ID>

app/lint-baseline.xml

Lines changed: 1 addition & 23 deletions
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.11.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.11.1)" variant="all" version="8.11.1">
2+
<issues format="6" by="lint 9.0.1" type="baseline" client="gradle" dependencies="false" name="AGP (9.0.1)" variant="all" version="9.0.1">
33

44
<issue
55
id="ScopedStorage"
@@ -34,28 +34,6 @@
3434
column="7"/>
3535
</issue>
3636

37-
<issue
38-
id="AndroidGradlePluginVersion"
39-
message="A newer version of Gradle than 8.13 is available: 8.14.4"
40-
errorLine1="distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip"
41-
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
42-
<location
43-
file="$HOME/work/File-Manager/File-Manager/gradle/wrapper/gradle-wrapper.properties"
44-
line="3"
45-
column="17"/>
46-
</issue>
47-
48-
<issue
49-
id="AndroidGradlePluginVersion"
50-
message="A newer version of com.android.application than 8.11.1 is available: 9.0.0. (There is also a newer version of 8.11.𝑥 available, if upgrading to 9.0.0 is difficult: 8.11.2)"
51-
errorLine1="gradlePlugins-agp = &quot;8.11.1&quot;"
52-
errorLine2=" ~~~~~~~~">
53-
<location
54-
file="$HOME/work/File-Manager/File-Manager/gradle/libs.versions.toml"
55-
line="19"
56-
column="21"/>
57-
</issue>
58-
5937
<issue
6038
id="NewerVersionAvailable"
6139
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.6"

0 commit comments

Comments
 (0)