Skip to content

Commit

Permalink
chore: test Spotless and Detekt
Browse files Browse the repository at this point in the history
- Ran Spotless check to ensure code formatting
- Executed Detekt for static code analysis
  • Loading branch information
freeskyES committed Jan 22, 2025
1 parent d0c481e commit f3620eb
Show file tree
Hide file tree
Showing 4 changed files with 526 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
alias(libs.plugins.spotless)
}

val ktlintVersion = "1.4.0"
val ktlintVersion = "0.50.0"

android {
namespace = "com.nexters.misik"
Expand Down
Loading

0 comments on commit f3620eb

Please sign in to comment.