Created
May 24, 2021 18:06
-
-
Save cbedoy/dacdc6a7fb9560904cca52f159740d48 to your computer and use it in GitHub Desktop.
Some commands
This file contains hidden or 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
// KTlint report | |
scripts/gatekeeper/ktlint -v "**/src/**/*.kt" -a --relative --reporter=plain --reporter=checkstyle | |
// Ktlint fix format | |
scripts/gatekeeper/ktlint -F | |
// Git rebase | |
git rebase -i HEAD~N | |
// Changelog | |
git log --pretty="- %s" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
./gradlew gateRunTests