Okcheck Versions Save

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

v0.2.8

5 years ago
  • Fix(findbugs): move class file check to task execution stage
  • Fix(okcheck): run all flavors when no flavor is specified
  • Fix(findbugs): skip task if no class files are present

v0.2.7

5 years ago

0.2.7

  • Feat: do not apply jacoco plugin manually if it has been applied and do not assign special jacoco version

v0.2.5

5 years ago

0.2.5

2018-10-18

  • Fix: fix ArrayIndexOutOfBoundsException issue when need-remove-commit-id count larger than 20
  • Feat: handle the case of only have one root-project(no subprojects) case

v0.2.4

5 years ago

2018-09-10

  • Fix: fix on some case because of mix of jacoco version raise exec file destroyed. Refs PR 7

v0.2.3

5 years ago
  • Feat: record latest commit id of deleted-branch because of there are many cases we need to calc diff from the deleted-branch lastest check-success commit id.
  • Feat: cover the case of branch-name is branch-name~xxx and HEAD

v0.2.2

5 years ago

0.2.2

2018-06-16

  • Fix(Incremental): save up to 20 pass check commit ids for one branch to solve incremental check can't make sense when the nearest passed id was overwritten by later one.

v0.2.1

5 years ago

0.2.1

2018-06-10

  • Fix: fix no-such-property exclude issue and correct excludeBugFilter->excludeFilter closes #3
  • Fix: do not define input and output to solve can't save the last success commit id issue
  • Feat: change the default line-length from 100 to 120 checkstyle-with-suppression which has already been effected on checkstyle-non-suppression

v0.2.0

5 years ago

0.2.0

2018-06-04

  • Fix: fix no file analysis issue for okFindbugs because of path case sensitive
  • Fix: fix move failed which tests already exists when need to move tests folder to target path
  • Feat: support customize whether need to report xml on findbugs

v0.1.9

5 years ago
  • Fix: fix can't find createDebugCoverageReport issue when there are flavors exists

v0.1.8

5 years ago

0.1.8

2018-05-23

  • Feat: handle the case of android gradle plugin 3.2.0 for findbugs
  • Feat: integrate coverageReport for unitTest and androidTest and just disabled it as default. closes #2
  • Feat: change the coverageReport extension pattern. refs #2
  • Fix: fix can't create passed module file issue
  • Fix: fix test dir is exist issue