Skip to content

Instantly share code, notes, and snippets.

@cbedoy
Created May 24, 2021 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbedoy/dacdc6a7fb9560904cca52f159740d48 to your computer and use it in GitHub Desktop.
Save cbedoy/dacdc6a7fb9560904cca52f159740d48 to your computer and use it in GitHub Desktop.
Some commands
// 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"
@cbedoy
Copy link
Author

cbedoy commented Jun 2, 2021

./gradlew gateRunTests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment