Exemple #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.'
 def __init__(self):
     whitespace_before_token.__init__(self, 'comment', '004', lTokens)
     self.solution = 'Add a single space before comment'
Exemple #3
0
 def __init__(self):
     whitespace_before_token.__init__(self, 'comment', '004', lTokens)
Exemple #4
0
 def __init__(self):
     whitespace_before_token.__init__(self, 'constant', '010', lTokens)
     self.solution = 'Ensure at least one space before :=.'
 def __init__(self):
     whitespace_before_token.__init__(self, 'signal', '006', lTokens)
     self.solution = 'Ensure at least a single space exists before the :'
 def __init__(self):
     whitespace_before_token.__init__(self, 'entity_specification', '101',
                                      lTokens)
Exemple #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.'
Exemple #8
0
 def __init__(self):
     whitespace_before_token.__init__(self, 'attribute_declaration', '101', lTokens)