Skip to content

Commit

Permalink
.coafile: Add git issue check for commits
Browse files Browse the repository at this point in the history
Checks for proper issue reference in
commit body of HEAD.
  • Loading branch information
nkprince007 committed Jan 27, 2017
1 parent 684befa commit 41a372c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ bears = SpaceConsistencyBear
bears = GitCommitBear
shortlog_trailing_period = False
shortlog_regex = ([^:]*|[^:]+: [A-Z0-9*].*)
body_close_issue = True
body_close_issue_full_url = True
body_close_issue_last_line = True
body_enforce_issue_reference = False

[LineCounting]
enabled = False
Expand Down

0 comments on commit 41a372c

Please sign in to comment.