Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/support/checkstyleReviewer"

Index

Variables

Const IsJava

IsJava: PredicatePushTest = predicatePushTest("Is Java",async p =>projectUtils.fileExists(p, "**/*.java"))

Functions

checkstyleReviewer

  • Spawn Checkstyle Java process against the project directory. Parse Checkstyle XML out and transform it into our ProjectReview structure. An example of a common pattern for integrating third party static analysis or security tools.

    Parameters

    Returns CodeInspection<ProjectReview>

checkstyleReviewerRegistration

Generated using TypeDoc