Interface AutoTestRedactedFlake8StepOutput

A step to deduct points for Flake8 violations (redacted).

interface AutoTestRedactedFlake8StepOutput {
    config: AutoTestRedactedString;
    deductions: AutoTestRedactedDeductions;
    description: AutoTestDescription;
    file: AutoTestRedactedString;
    id: string;
    name: string;
    version: AutoTestRedactedFlake8Version;
}

Properties

The flake8 configuration that should be used.

The deductions for the step.

description: AutoTestDescription

The description of this step.

The files the flake8 step should be run on.

id: string

The id of this step.

name: string

The name of this step.

The version of flake8 to install.