Drop log translations
Log messages are no longer being translated. This removes all use of the _LE, _LI, and _LW translation markers to simplify logging and to avoid confusion with new contributions. See: http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html Change-Id: I9b383ef3fd9a6487b1ee7726d892d1a94e3d9370
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -83,7 +83,8 @@ commands = sphinx-build -W -b html doc/source doc/build/html
|
||||
# E125 continuation line does not distinguish itself from next logical line
|
||||
# E129 visually indented line with same indent as next logical line
|
||||
# N530 direct neutron imports not allowed
|
||||
ignore = N530,E125,E129
|
||||
# N531 translations hints
|
||||
ignore = N530,E125,E129,N531
|
||||
show-source = true
|
||||
builtins = _
|
||||
exclude = build,dist
|
||||
|
||||
Reference in New Issue
Block a user