Skip to content

Commit

Permalink
Merge pull request #77 from d982h8st7/branch-name-linter
Browse files Browse the repository at this point in the history
Branch name linter
  • Loading branch information
vasylnahuliak committed Oct 30, 2023
2 parents d35d0e9 + b976fc4 commit 630be09
Show file tree
Hide file tree
Showing 3 changed files with 26,673 additions and 5,530 deletions.
10 changes: 10 additions & 0 deletions branch-name-lint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
rules: {
'branch-name': [
2,
{
format: /^(feature|publish|release|hotfix|develop|master)\/[a-z0-9._-]+$/,
}
]
}
};
Loading

0 comments on commit 630be09

Please sign in to comment.