Last active
November 17, 2018 19:07
-
-
Save tashbenbetov/f75e54399108b9895430e35cf5bd9ee8 to your computer and use it in GitHub Desktop.
medium-embed-commitlintrc-example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
parserOpts: { | |
// https://commitlint.io - подробнее о соглашениях в commit-ах | |
headerPattern: /^([a-zа-яё()\s]*)(: MRKT-)(\d*)\s(.*)$/, | |
// fix(header): MRKT-750 Поправить ошибки в заголовках | |
headerCorrespondence: ["type+scope", "ticket", "subject"] | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment