Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CheckstyleOptions

Hierarchy

  • CheckstyleOptions

Index

Properties

Optional checksFile

checksFile: string

Checkstyle checks to use. Defaults to /sun_checks.xml if not specified.

checkstylePath

checkstylePath: string

Path to the checkstyle binary

Optional enabled

enabled: boolean

Set to false to disable Checkstyle

Optional inspectGoal

inspectGoal: AutoCodeInspection

Optional pathToScan

pathToScan: string

Path to look for Java files in. Defaults to src/main/java

Optional reviewListeners

reviewListeners: ReviewListenerRegistration | ReviewListenerRegistration[]

Review listeners that let you publish review results.

Optional reviewOnlyChangedFiles

reviewOnlyChangedFiles: boolean

Generated using TypeDoc