Function setupForPastLinting

  • Setup the current directory for linting of past files.

    Parameters

    • git: Readonly<SimpleGit>
    • __namedParameters: {
          cwd: string;
          pastRef: string;
          pastSetupCommand: string;
          silent: boolean;
      }
      • cwd: string
      • pastRef: string
      • pastSetupCommand: string
      • silent: boolean

    Returns Promise<void>