1 | import { CloneOptions } from "@atomist/automation-client/lib/spi/clone/DirectoryManager";
|
2 | import { AutoInspectRegistration } from "../../registration/AutoInspectRegistration";
|
3 | import { ReviewListenerRegistration } from "../../registration/ReviewListenerRegistration";
|
4 | import { Goal } from "../Goal";
|
5 | import { FulfillableGoalDetails, FulfillableGoalWithRegistrationsAndListeners } from "../GoalWithFulfillment";
|
6 |
|
7 |
|
8 |
|
9 | export interface AutoCodeInspectionOptions {
|
10 | |
11 |
|
12 |
|
13 | reportToSlack?: boolean;
|
14 | |
15 |
|
16 |
|
17 |
|
18 |
|
19 | cloneOptions?: CloneOptions;
|
20 | }
|
21 |
|
22 |
|
23 |
|
24 | export declare class AutoCodeInspection extends FulfillableGoalWithRegistrationsAndListeners<AutoInspectRegistration<any, any>, ReviewListenerRegistration> {
|
25 | constructor(details?: FulfillableGoalDetails & AutoCodeInspectionOptions, ...dependsOn: Goal[]);
|
26 | }
|
27 | //# sourceMappingURL=AutoCodeInspection.d.ts.map |
\ | No newline at end of file |