Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(parsing): add option for improvement type #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
fabiopedrosa wants to merge 1 commit into commitizen-tools:master from fabiopedrosa:master
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(parsing): add option for improvement type
  • Loading branch information
fabiopedrosa committed Apr 22, 2020
commit 50a07bf97c30963ec21cf095ea558f40b992b7f8
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def schema(self) -> str:

def schema_pattern(self) -> str:
PATTERN = (
r"(build|ci|docs|feat|fix|perf|refactor|style|test|chore|revert|bump)"
r"(build|ci|docs|feat|fix|perf|refactor|style|test|chore|revert|bump|improvement)"
r"(\(\S+\))?:\s.*"
)
return PATTERN
Expand Down
1 change: 1 addition & 0 deletions tests/commands/test_check_command.py
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
),
"docs(check): pin pre-commit to v1.16.2",
"docs(check): fix pre-commit setup",
"improvement(defaults): better parsing logic",
"bump: version 1.16.1 → 1.16.2",
"Merge pull request #135 from Lee-W/fix-pre-commit-hook\nFix pre commit hook",
"docs(check): enforce cz check only whem committing",
Expand Down

AltStyle によって変換されたページ (->オリジナル) /