Skip to content

Commit

Permalink
Readme update + test detekt error removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Matěj Daníček committed Oct 22, 2023
1 parent 12917d6 commit 5f71adb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ This is an Android app in which the users can count their bar consumption and av

### Codestyle
+ [Detekt](https://github.com/detekt/detekt) (with custom-configured rules for Android/Compose) is used to improve codestyle and warn about possible code-smells and codestyle deviations.
+ [Detekt Github Action](https://github.com/alaegin/Detekt-Action) and [Reviewdog Github Pull Request review comment reporter](https://github.com/reviewdog/reviewdog#reporter-github-pullrequest-review-comment--reportergithub-pr-review) are used to automatically run Detekt on every pull request and report the results as a comment in the pull request.

### Networking
+ Currently the app is not using any networking, but if the need for it arises (maybe for the blood alcohol level calculation?), Ktor would be used for making REST requests.
4 changes: 0 additions & 4 deletions app/src/main/java/cz/damat/thebeercounter/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,4 @@ class MainActivity : ComponentActivity() {
}
}
}

fun testEmpty(){

}
}

0 comments on commit 5f71adb

Please sign in to comment.