Example #1
0
 def __init__(self):
     split_line_at_token.__init__(self, 'context_ref', '005', lTokens)
     self.solution = 'Move context and code after context to the next line'
Example #2
0
 def __init__(self):
     split_line_at_token.__init__(self, 'context', '008', lTokens)
     self.solution = 'Move end keyword and code after end to the next line'
Example #3
0
 def __init__(self):
     split_line_at_token.__init__(self, 'if', '023', lTokens)
     self.solution = 'Move "elsif" keyword to it\'s own line.'
Example #4
0
 def __init__(self):
     split_line_at_token.__init__(self, 'port', '014', lTokens)
     self.solution = 'Closing parenthesis must be on a line by itself.'
Example #5
0
 def __init__(self):
     split_line_at_token.__init__(self, 'if', '020', lTokens)
     self.solution = 'Move *end if* keywords to their own line.'
Example #6
0
 def __init__(self):
     split_line_at_token.__init__(self, 'block', '004', lTokens)
     self.solution = 'Move *begin* keyword and code after it to the next line'
Example #7
0
 def __init__(self):
     split_line_at_token.__init__(self, 'library', '010', lTokens)
     self.solution = 'Move *library* to it\'s own line.'
Example #8
0
 def __init__(self):
     split_line_at_token.__init__(self, 'context', '007', lTokens)
     self.solution = 'Move library and code after library to the next line'