hacking: enable W292 (no newline at end of file)

This check was added in hacking 0.10.

Change-Id: If063742bc1be595d1d91b60d9059a01e94d31696
This commit is contained in:
Ihar Hrachyshka 2015-01-12 17:15:31 +01:00
parent 1de25088b4
commit 967d458981
7 changed files with 7 additions and 8 deletions

View File

@ -79,8 +79,7 @@ commands = python setup.py build_sphinx
# H305 imports not grouped correctly
# H404 multi line docstring should start with a summary
# H405 multi line docstring summary not separated with an empty line
# W292 no newline at end of file
ignore = E125,E126,E128,E129,E265,H238,H305,H404,H405,W292
ignore = E125,E126,E128,E129,E265,H238,H305,H404,H405
show-source = true
builtins = _
# TODO(dougw) neutron/tests/unit/vmware exclusion is a temporary services split hack