Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.71 KB

File metadata and controls

27 lines (24 loc) · 1.71 KB

Example repo demonstrating different types of automated tasks and CI integrations

Examples Included

  • Simple CircleCI configuration
  • ktlint running in CI
  • Gradle task to copy a pre-push git hook that validates ktlint
  • .gitignore file which allows code styles, scopes, templates, etc to be tracked
  • Pull Request template for GitHub
  • Bug Report & Feature Issue templates for GitHub
  • Danger integration to report APK size
  • Danger integration to warn if WIP
  • Danger integration to thank PR author
  • Danger integration to add inline ktlint issue comments
  • Danger integration to warn about missing PR description

Resources