Skip to content

Commit

Permalink
.coafile: Add commit section
Browse files Browse the repository at this point in the history
Closes coala#97
  • Loading branch information
saksham189 committed Mar 17, 2018
1 parent fd5cb09 commit 89b63fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ ignore += org_name.txt, .coafile, requirements.txt, .travis.yml, LICENSE, public
bears = KeywordBear
language = python 3
keywords = coala

[commit]
bears = GitCommitBear
shortlog_trailing_period = False
shortlog_regex = ([^:]*|[^:]+[^ ]: [A-Z0-9*].*)
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ before_install:
script:
- ./.ci/build.sh
- rm -rf private/
- >
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then
sed -i.bak '/bears = GitCommitBear/d' .coafile
fi
- coala --non-interactive -V

after_success:
Expand Down

0 comments on commit 89b63fd

Please sign in to comment.