Skip to content

Commit

Permalink
Add news entry
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Apr 9, 2019
1 parent c9423b1 commit 95b85c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions news/428.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Gracefully handle missing registry records on an interface.
[gforcada]

1 comment on commit 95b85c6

@jenkins-plone-org
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gforcada Jenkins CI reporting about code analysis
See the full report here: https://jenkins.plone.org/job/package-plone.api/17/violations

src/plone/api/portal.py:46:5: W503 line break before binary operator
src/plone/api/portal.py:51:5: W503 line break before binary operator
src/plone/api/tests/test_content.py:509:17: W503 line break before binary operator
src/plone/api/tests/test_content.py:525:17: W503 line break before binary operator
src/plone/api/tests/test_content.py:539:17: W503 line break before binary operator
src/plone/api/tests/test_content.py:552:13: W503 line break before binary operator
src/plone/api/tests/test_content.py:597:17: W503 line break before binary operator
src/plone/api/tests/test_content.py:626:17: W503 line break before binary operator
src/plone/api/tests/test_content.py:645:17: W503 line break before binary operator
src/plone/api/tests/test_content.py:692:13: W503 line break before binary operator
src/plone/api/tests/test_content.py:703:13: W503 line break before binary operator
src/plone/api/tests/test_content.py:723:13: W503 line break before binary operator
src/plone/api/tests/test_content.py:733:13: W503 line break before binary operator
src/plone/api/tests/test_doctests.py:36:5: W503 line break before binary operator
src/plone/api/tests/test_doctests.py:37:5: W503 line break before binary operator
src/plone/api/tests/test_doctests.py:38:5: W503 line break before binary operator

Follow these instructions to reproduce it locally.

Please sign in to comment.