You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
3.9 KiB

2 years ago
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const body_case_1 = require("./body-case");
const body_empty_1 = require("./body-empty");
const body_full_stop_1 = require("./body-full-stop");
const body_leading_blank_1 = require("./body-leading-blank");
const body_max_length_1 = require("./body-max-length");
const body_max_line_length_1 = require("./body-max-line-length");
const body_min_length_1 = require("./body-min-length");
const footer_empty_1 = require("./footer-empty");
const footer_leading_blank_1 = require("./footer-leading-blank");
const footer_max_length_1 = require("./footer-max-length");
const footer_max_line_length_1 = require("./footer-max-line-length");
const footer_min_length_1 = require("./footer-min-length");
const header_case_1 = require("./header-case");
const header_full_stop_1 = require("./header-full-stop");
const header_max_length_1 = require("./header-max-length");
const header_min_length_1 = require("./header-min-length");
const references_empty_1 = require("./references-empty");
const scope_case_1 = require("./scope-case");
const scope_empty_1 = require("./scope-empty");
const scope_enum_1 = require("./scope-enum");
const scope_max_length_1 = require("./scope-max-length");
const scope_min_length_1 = require("./scope-min-length");
const signed_off_by_1 = require("./signed-off-by");
const subject_case_1 = require("./subject-case");
const subject_empty_1 = require("./subject-empty");
const subject_full_stop_1 = require("./subject-full-stop");
const subject_max_length_1 = require("./subject-max-length");
const subject_min_length_1 = require("./subject-min-length");
const subject_exclamation_mark_1 = require("./subject-exclamation-mark");
const trailer_exists_1 = require("./trailer-exists");
const type_case_1 = require("./type-case");
const type_empty_1 = require("./type-empty");
const type_enum_1 = require("./type-enum");
const type_max_length_1 = require("./type-max-length");
const type_min_length_1 = require("./type-min-length");
exports.default = {
'body-case': body_case_1.bodyCase,
'body-empty': body_empty_1.bodyEmpty,
'body-full-stop': body_full_stop_1.bodyFullStop,
'body-leading-blank': body_leading_blank_1.bodyLeadingBlank,
'body-max-length': body_max_length_1.bodyMaxLength,
'body-max-line-length': body_max_line_length_1.bodyMaxLineLength,
'body-min-length': body_min_length_1.bodyMinLength,
'footer-empty': footer_empty_1.footerEmpty,
'footer-leading-blank': footer_leading_blank_1.footerLeadingBlank,
'footer-max-length': footer_max_length_1.footerMaxLength,
'footer-max-line-length': footer_max_line_length_1.footerMaxLineLength,
'footer-min-length': footer_min_length_1.footerMinLength,
'header-case': header_case_1.headerCase,
'header-full-stop': header_full_stop_1.headerFullStop,
'header-max-length': header_max_length_1.headerMaxLength,
'header-min-length': header_min_length_1.headerMinLength,
'references-empty': references_empty_1.referencesEmpty,
'scope-case': scope_case_1.scopeCase,
'scope-empty': scope_empty_1.scopeEmpty,
'scope-enum': scope_enum_1.scopeEnum,
'scope-max-length': scope_max_length_1.scopeMaxLength,
'scope-min-length': scope_min_length_1.scopeMinLength,
'signed-off-by': signed_off_by_1.signedOffBy,
'subject-case': subject_case_1.subjectCase,
'subject-empty': subject_empty_1.subjectEmpty,
'subject-full-stop': subject_full_stop_1.subjectFullStop,
'subject-max-length': subject_max_length_1.subjectMaxLength,
'subject-min-length': subject_min_length_1.subjectMinLength,
'subject-exclamation-mark': subject_exclamation_mark_1.subjectExclamationMark,
'trailer-exists': trailer_exists_1.trailerExists,
'type-case': type_case_1.typeCase,
'type-empty': type_empty_1.typeEmpty,
'type-enum': type_enum_1.typeEnum,
'type-max-length': type_max_length_1.typeMaxLength,
'type-min-length': type_min_length_1.typeMinLength,
};
//# sourceMappingURL=index.js.map