mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
test commit_message config
This commit is contained in:
parent
49e19fbf89
commit
4d08aea121
2 changed files with 58 additions and 19 deletions
|
|
@ -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:`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue