UNPKG

@pkgdeps/secretlint-rule-checksum

Version:
19 lines 510 B
import { SecretLintRuleCreator } from "@secretlint/types"; export declare const messages: { FOUND_UNVERIFIED_BINARY: { en: (props: { binary: string; }) => string; ja: (props: { binary: string; }) => string; }; }; export declare type Options = { /** * Define allow binary name **/ allowBinaryNames?: string[]; }; export declare const creator: SecretLintRuleCreator<Options>; //# sourceMappingURL=secretlint-rule-checksum.d.ts.map