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 authored and gitmate-bot committed Apr 22, 2018
1 parent b4505bb commit d646acd
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 @@ -56,3 +56,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 @@ -24,6 +24,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 d646acd

Please sign in to comment.