Change non intuitive error message
I found this message non intuitive and had to look at the code to understand the problem. Change-Id: Ia701effa9775c487e2fc3af46071ae313421ebac
This commit is contained in:
@@ -89,7 +89,7 @@ _messages = {
|
||||
'default': 'W'
|
||||
},
|
||||
'E010': {
|
||||
'msg': 'Do not on same line as %s',
|
||||
'msg': 'The "do" should be on same line as %s',
|
||||
'long_msg':
|
||||
"""
|
||||
Ensure consistency of "do" directive being on the same line as
|
||||
|
||||
Reference in New Issue
Block a user