Skip to content

Commit

Permalink
feat(types): allow for a gen type when we generate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
EvOr committed Feb 23, 2021
1 parent 6d183af commit 36d53d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [[ -v ZSH_NAME ]]; then
fi

readonly HEADER_PATTERN="^([^\(]+)\(([^\)]+)\): (.+)$"
readonly TYPE_PATTERN="^(feat|fix|docs|lint|refactor|test|chore)$"
readonly TYPE_PATTERN="^(feat|fix|docs|gen|lint|refactor|test|chore)$"
readonly SCOPE_PATTERN="^([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
readonly SUBJECT_PATTERN="^([a-z0-9].*[^ ^\.])$"
readonly JIRA_PATTERN="^([A-Z]{2,4}-[0-9]{1,6} ?)+$"
Expand Down

0 comments on commit 36d53d3

Please sign in to comment.