Skip to content

Commit

Permalink
Fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Jul 8, 2024
1 parent e0c71e9 commit 3f63837
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ import FeedFlowTheme
import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import androidx.compose.animation.AnimatedContentTransitionScope.SlideDirection
import androidx.compose.animation.EnterTransition
import androidx.compose.animation.ExitTransition
import androidx.compose.animation.core.tween
import androidx.compose.animation.fadeIn
import androidx.compose.animation.fadeOut
import androidx.compose.animation.scaleIn
import androidx.compose.animation.scaleOut
import androidx.compose.foundation.isSystemInDarkTheme
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Column
Expand Down Expand Up @@ -267,6 +259,4 @@ class MainActivity : ComponentActivity() {
}
}
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class DetektConventionPlugin : Plugin<Project> {
val libs = extensions.getByType<VersionCatalogsExtension>().named("libs")

extensions.configure<DetektExtension> {
config.setFrom("$rootDir/build-config/detekt-config.yml")
config.setFrom("$rootDir/config/detekt/detekt.yml")
parallel = true

source.setFrom(
Expand Down

0 comments on commit 3f63837

Please sign in to comment.