Skip to content

Commit 5362299

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

File tree

3 files changed

+919
-1182
lines changed

3 files changed

+919
-1182
lines changed

commons/detekt-baseline.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,8 +1111,6 @@
11111111
<ID>MaxLineLength:Context.kt$fun Context.hasPermission(permId: Int)</ID>
11121112
<ID>MaxLineLength:Context.kt$return isThankYouInstalled() &amp;&amp; ContextCompat.checkSelfPermission(this, PERMISSION_WRITE_GLOBAL_SETTINGS) == PERMISSION_GRANTED</ID>
11131113
<ID>MaxLineLength:Context.kt$val Context.areSystemAnimationsEnabled: Boolean get() = Settings.Global.getFloat(contentResolver, Settings.Global.ANIMATOR_DURATION_SCALE, 0f) &gt; 0f</ID>
1114-
<ID>MaxLineLength:Context.kt$val Context.navigationBarHeight: Int get() = if (navigationBarOnBottom &amp;&amp; navigationBarSize.y != usableScreenSize.y) navigationBarSize.y else 0</ID>
1115-
<ID>MaxLineLength:Context.kt$val Context.navigationBarOnSide: Boolean get() = usableScreenSize.x &lt; realScreenSize.x &amp;&amp; usableScreenSize.x &gt; usableScreenSize.y</ID>
11161114
<ID>MaxLineLength:Context.kt$val Context.notificationManager: NotificationManager get() = getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager</ID>
11171115
<ID>MaxLineLength:Context.kt$val dayBits = arrayListOf(MONDAY_BIT, TUESDAY_BIT, WEDNESDAY_BIT, THURSDAY_BIT, FRIDAY_BIT, SATURDAY_BIT, SUNDAY_BIT)</ID>
11181116
<ID>MaxLineLength:Context.kt$}</ID>
@@ -1667,7 +1665,6 @@
16671665
<ID>WildcardImport:FileConflictDialog.kt$import androidx.compose.runtime.*</ID>
16681666
<ID>WildcardImport:FileDirItem.kt$import org.fossify.commons.extensions.*</ID>
16691667
<ID>WildcardImport:FileDirItem.kt$import org.fossify.commons.helpers.*</ID>
1670-
<ID>WildcardImport:FilePickerDialog.kt$import org.fossify.commons.extensions.*</ID>
16711668
<ID>WildcardImport:FilepickerItemsAdapter.kt$import org.fossify.commons.extensions.*</ID>
16721669
<ID>WildcardImport:FingerprintTab.kt$import org.fossify.commons.extensions.*</ID>
16731670
<ID>WildcardImport:FolderLockingNoticeDialog.kt$import org.fossify.commons.compose.alert_dialog.*</ID>

0 commit comments

Comments
 (0)