Esempio n. 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'
Esempio n. 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'
Esempio n. 3
0
 def __init__(self):
     split_line_at_token.__init__(self, 'if', '023', lTokens)
     self.solution = 'Move "elsif" keyword to it\'s own line.'
Esempio n. 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.'
Esempio n. 5
0
 def __init__(self):
     split_line_at_token.__init__(self, 'if', '020', lTokens)
     self.solution = 'Move *end if* keywords to their own line.'
Esempio n. 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'
Esempio n. 7
0
 def __init__(self):
     split_line_at_token.__init__(self, 'library', '010', lTokens)
     self.solution = 'Move *library* to it\'s own line.'
Esempio n. 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'