Okcheck Versions Save

Incremental scan,integrate Lint、KtLint、UnitTest、Checkstyle、Findbugs、Pmd, powerful and easy to use

v0.1.7

6 years ago

0.1.7

2018-05-07

  • Fix: fix can't find assemble task when execute okFindbugs for non-android project

v0.1.6

6 years ago

0.1.6

2018-05-06

  • Fix: fix can't find testUnitTest task issue when run okcheck for all variants
  • Fix: fix can't find okLint task when lint task has already been added during require add okLint task

v0.1.5

6 years ago

0.1.5

2018-05-02

  • Fix: fix oklint add flavor and debug malposition issue
  • Fix: fix can't find oklint on okcheck task issue if there are flavor(s) on the project
  • Fix: fix can't find unitTest task on the okcheck task issue if there are flavor(s) on the project

v0.1.4

6 years ago

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