Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api-helper/listener/executeAutofixes"

Index

Type aliases

ExtractAuthor

ExtractAuthor: (gi: GoalInvocation) => Promise<{ email: string; name: string } | undefined>

Extract author information from the current goal invocation

Type declaration

Variables

Const AutofixProgressReporter

AutofixProgressReporter: ReportProgress = testProgressReporter(...AutofixProgressTests)

Default ReportProgress for running autofixes

Const AutofixProgressTests

AutofixProgressTests: ProgressTest[] = [{test: /About to transform .* autofix '(.*)'/i,phase: "$1",}]

Functions

Const DefaultExtractAuthor

Const NoOpExtractAuthor

  • NoOpExtractAuthor(): Promise<any>

detailMessage

executeAutofixes

filterImmediateAutofixes

generateCommitMessageForAutofix

isNewBranch

  • isNewBranch(editMode: EditMode, branch: string): boolean

runOne

Generated using TypeDoc