Exemple #1
0
 def __init__(self):
     split_line_at_token_when_between_tokens.__init__(
         self, 'report_statement', '002', lTokens, oStart, oEnd)
     self.solution = "Place **severity** keyword on it's own line."
Exemple #2
0
 def __init__(self):
     split_line_at_token_when_between_tokens.__init__(self, 'instantiation', '014', lTokens, oStart, oEnd)
     self.solution = 'Place closing ) on it\'s own line.'
 def __init__(self):
     split_line_at_token_when_between_tokens.__init__(
         self, 'generic_map', '004', lTokens, oStart, oEnd)
     self.solution = 'Place closing ) on it\'s own line.'
Exemple #4
0
 def __init__(self):
     split_line_at_token_when_between_tokens.__init__(
         self, 'instantiation', '005', lTokens, oStart, oEnd)
     self.solution = 'Place "port map" keywords on the next line by itself'