test commit_message config

This commit is contained in:
Manuel Barkhau 2020-10-02 21:32:51 +00:00
parent 49e19fbf89
commit 4d08aea121
2 changed files with 58 additions and 19 deletions

View file

@ -23,7 +23,7 @@ The recommended approach to using `pylint-ignore` is:
# Overview
- [W0511: fixme (8x)](#w0511-fixme)
- [W0511: fixme (7x)](#w0511-fixme)
- [W0703: broad-except (1x)](#w0703-broad-except)
@ -129,20 +129,6 @@ The recommended approach to using `pylint-ignore` is:
```
## File test/test_cli.py - Line 599 - W0511 (fixme)
- `message: # TODO (mb 2020-09-18):`
- `author : Manuel Barkhau <mbarkhau@gmail.com>`
- `date : 2020-09-18T19:35:32`
```
597:
598: # def test_custom_commit_message(runner):
> 599: # # TODO (mb 2020-09-18):
600: # assert False
```
## File src/pycalver/v2version.py - Line 616 - W0511 (fixme)
- `message: TODO (mb 2020-09-20): New Rollover Behaviour:`