Exemplo n.º 1
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'port', '001', 'isPortKeyword')
     self.solution = 'Remove blank lines above "port" keyword.'
Exemplo n.º 2
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'entity', '016',
                                            'isEndEntityDeclaration')
     self.solution = 'Remove blank line(s) above "end entity" keywords.'
Exemplo n.º 3
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'library', '007',
                                            'isLibraryUse')
     self.solution = 'Remove blank line(s) above "use" keyword.'
Exemplo n.º 4
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'port', '024', 'isEndPortMap')
     self.solution = 'Remove blank lines above ); keyword.'
Exemplo n.º 5
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'generic', '001',
                                            'isGenericKeyword')
     self.solution = 'Remove blank lines above "generic" keyword.'
Exemplo n.º 6
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'if', '007',
                                            'isElseIfKeyword',
                                            'isEndCaseKeyword')
     self.solution = 'Remove blank line(s) before the "elsif" keyword.'
Exemplo n.º 7
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'generic', '019',
                                            'isEndGenericMap')
     self.solution = 'Remove blank lines above ); keyword.'
Exemplo n.º 8
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'component', '016',
                                            'isComponentEnd')
     self.solution = 'Remove blank line(s) above "end component" keywords.'