UNPKG

ut-tools

Version:

Build and Release management automation package.

7 lines (6 loc) 327 B
import { IRuleResult } from '@stoplight/spectral-core'; import type { CommandModule } from 'yargs'; import { FailSeverity } from '../services/config'; declare const lintCommand: CommandModule; export declare const severeEnoughToFail: (results: IRuleResult[], failSeverity: FailSeverity) => boolean; export default lintCommand;