gplint
Version:
A Gherkin linter/validator written in Javascript.
9 lines • 444 B
TypeScript
import { GherkinData, RuleSubConfig, RuleError, Documentation } from '../types.js';
export declare const name = "no-restricted-tags";
export declare const availableConfigs: {
tags: string[];
patterns: string[];
};
export declare function run({ feature }: GherkinData, configuration: RuleSubConfig<typeof availableConfigs>): RuleError[];
export declare const documentation: Documentation;
//# sourceMappingURL=no-restricted-tags.d.ts.map