-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from nimblehq/chore/update-detekt-config-readm…
…e-gradle Update detekt Config, README, gradle version etc...
- Loading branch information
Showing
3 changed files
with
51 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
![Build Status](https://www.bitrise.io/app/4cbfc6308f5c80e5/status.svg?token=FXilfAPD1nT8M1QzlfBNqA&branch=kotlin) | ||
# Android Templates: Kotlin | ||
- Our optimized Android templates used in our kotlin android projects | ||
- Our optimized Android templates used in our kotlin android projects | ||
|
||
### Setup | ||
- Clone the project | ||
- Checkout our main development branch `kotlin` | ||
- Run the project with Android Studio | ||
|
||
|
||
### Linter and static code analysis | ||
|
||
1. Check Style: | ||
|
||
``` | ||
$ ./gradlew checkStyle | ||
``` | ||
|
||
Report is located at: `./app/build/reports/checkstyle/` | ||
|
||
2. Detekt | ||
|
||
``` | ||
$ ./gradlew detekt | ||
``` | ||
|
||
Report is located at: `./build/reports/detekt.html` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters