Skip to content

Commit

Permalink
.coafile: Ensure it has commit rules as main repo
Browse files Browse the repository at this point in the history
Closes coala#418
  • Loading branch information
Adrianzatreanu authored and gitmate-bot committed Nov 9, 2017
1 parent d7f0bcf commit 88b25c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use_spaces = True
[commit]
bears = GitCommitBear
shortlog_trailing_period = False
shortlog_regex = ([^:]*|\S+: [A-Z0-9*].*)
shortlog_regex = ([^:]*|[^:]+[^ ]: [A-Z0-9*].*)

[invalidlinks]
enabled = False
Expand Down

0 comments on commit 88b25c1

Please sign in to comment.