Skip to content

v0.1.4

Compare
Choose a tag to compare
@Jacksgong Jacksgong released this 01 May 15:41
· 120 commits to master since this release

0.1.4

2018-05-01

  • Feat: split tasks with build-type and flavor
  • Feat: support define the custom config for checkstyle, findbugs and pmd
  • Feat: integrate unit-test on okcheck
  • Feat: support incremental check locally for pmd, lint, ktlint, okcheck, (findbugs and checkstyle incremental by official support)
  • Feat: apply sub plugin only if it is enabled because we provide sub-scope extension now
  • Feat: support using latest success commit id as the target compare id if there isn't any okcheck on the current branch
  • Feat: using built-in extension to make config more readable, such as okcheck { findbugs {..} unittest {..} .. }
  • Feat: support config the version of ktlint through ktlint scope on okcheck