Skip to content

bmattoso/chucknorris

Repository files navigation

Chuck Norris Facts

The goal of this project is to demonstrate skills on Android development.

Stack

The main technologies and concepts used are:

Code Style

We're usin ktlint code style, so please add ktlint check into pre-commit hook Paste this text in the pre-commit hook file. It'll run check. This step is useful to get the errors before CI.

#!/bin/bash
echo "Running ktlint check"
./gradlew ktlintCheck
RESULT=$?
git stash pop -q
[ $RESULT -ne 0 ] && exit 1 # Fails
exit 0 # Success

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages