Interface AutoTestFlake8StepOutput

A step to deduct points for Flake8 violations.

interface AutoTestFlake8StepOutput {
    config: string;
    deductions: AutoTestDeductions;
    description: AutoTestDescription;
    file: string;
    id: string;
    name: string;
    version: "6.0.0";
}

Properties

config: string

The flake8 configuration that should be used.

deductions: AutoTestDeductions

The deductions for the step.

description: AutoTestDescription

The description of this step.

file: string

The files the flake8 step should be run on.

id: string

The id of this step.

name: string

The name of this step.

version: "6.0.0"

The version of flake8 to install.