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 Feb 28, 2019
1 parent 07d6d51 commit 6d21d07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,8 @@ ignore_list = LOGGING, MIDDLEWARE
files = templates/**.html
bears = Jinja2Bear
check_end_labels = False

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

notifications:
Expand Down

0 comments on commit 6d21d07

Please sign in to comment.