Ejemplo n.º 1
0
 def __init__(self):
     whitespace_before_token.__init__(self, 'variable_assignment', '003', lTokens)
     self.solution = 'Ensure at least a single space exists before the ":=" keyword.'
Ejemplo n.º 2
0
 def __init__(self):
     whitespace_before_token.__init__(self, 'comment', '004', lTokens)
     self.solution = 'Add a single space before comment'
Ejemplo n.º 3
0
 def __init__(self):
     whitespace_before_token.__init__(self, 'comment', '004', lTokens)
Ejemplo n.º 4
0
 def __init__(self):
     whitespace_before_token.__init__(self, 'constant', '010', lTokens)
     self.solution = 'Ensure at least one space before :=.'
Ejemplo n.º 5
0
 def __init__(self):
     whitespace_before_token.__init__(self, 'signal', '006', lTokens)
     self.solution = 'Ensure at least a single space exists before the :'
Ejemplo n.º 6
0
 def __init__(self):
     whitespace_before_token.__init__(self, 'entity_specification', '101',
                                      lTokens)
Ejemplo n.º 7
0
 def __init__(self):
     whitespace_before_token.__init__(self, 'sequential', '003', lTokens)
     self.solution = 'Ensure at least a single space exists before the *<=* keyword.'
Ejemplo n.º 8
0
 def __init__(self):
     whitespace_before_token.__init__(self, 'attribute_declaration', '101', lTokens)