Fix broken releasenotes
The releasenotes were broken and would not generate correctly. Change-Id: Ic9e032bc6482f8e7d819ba1f5fc04c20628b3a86
This commit is contained in:
parent
d842b77cab
commit
e51e8aa092
@ -1,8 +1,10 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
This release includes a new check, disabled by default.
|
||||
[H210] Require 'autospec', 'spec', or 'spec_set' in
|
||||
mock.patch/mock.patch.object calls
|
||||
[H204] Use assert(Not)Equal to check for equality.
|
||||
[H205] Use assert(Greater|Less)(Equal) for comparison.
|
||||
This release includes new checks, which are disabled by default:
|
||||
|
||||
* [H210] Require 'autospec', 'spec', or 'spec_set' in mock.patch/mock.patch.object calls
|
||||
|
||||
* [H204] Use assert(Not)Equal to check for equality.
|
||||
|
||||
* [H205] Use assert(Greater|Less)(Equal) for comparison.
|
||||
|
Loading…
x
Reference in New Issue
Block a user