Skip to content

Commit

Permalink
.coafile: Add GitCommitBear
Browse files Browse the repository at this point in the history
  • Loading branch information
blazeu committed Dec 7, 2017
1 parent 965c8b7 commit ae3aa50
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ default_actions = *: ApplyPatchAction
[yaml]
files = *.yml, .eslintrc
bears = YAMLLintBear

[commit]
bears = GitCommitBear
shortlog_trailing_period = False
shortlog_regex = ([^:]*|[^:]+: [A-Z0-9*].*)
body_close_issue = True
body_close_issue_full_url = True
body_close_issue_on_last_line = True
body_enforce_issue_reference = False

0 comments on commit ae3aa50

Please sign in to comment.