Пример #1
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self,
                                               'concurrent',
                                               '004',
                                               lTokens,
                                               bMinimum=True)
     self.solution = 'Ensure a single space between target and assignment.'
Пример #2
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'process', '007',
                                               lTokens)
     self.solution = 'Ensure a single space after the end keyword.'
Пример #3
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'variable_assignment',
                                               '002', lTokens)
     self.solution = 'Ensure a single space after the :=.'
Пример #4
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'package', '009',
                                               lTokens)
     self.solution = 'Single space between *end* and *package* keywords and package_simple_name.'
Пример #5
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'package', '002',
                                               lTokens)
     self.solution = 'Ensure a single space between the *package* keyword and identifier and *is* keyword.'
Пример #6
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'type', '007', lTokens)
     self.solution = 'Ensure only a single space after the *is* keyword.'
Пример #7
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'generic', '003',
                                               lTokens)
     self.solution = 'Change spacing between "generic" and "(" to one space.'
Пример #8
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'instantiation', '032',
                                               lTokens)
     self.solution = 'Ensure a single space exists between *component* and the component_name.'
Пример #9
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'if', '003', lTokens)
     self.solution = 'Ensure only a single space exists between the *if* keyword and (.'
Пример #10
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'generic_map', '006',
                                               lTokens)
     self.solution = 'Ensure a single space exists between "map" and (.'
Пример #11
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'procedure', '101', lTokens)
     self.solution = 'Ensure a single space between the keywords in the closing part of a procedure specification.'
Пример #12
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'if', '015', lTokens)
     self.solution = 'Ensure only a single space exists between the "end" and "if" keywords.'
Пример #13
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'process', '014',
                                               lTokens)
     self.solution = 'Ensure a single space before the *is* keyword.'
Пример #14
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'generate', '002',
                                               lTokens)
     self.solution = 'Ensure a single space between label and :.'
Пример #15
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'instantiation', '018',
                                               lTokens)
     self.solution = 'Ensure a single space exists between "map" and (.'
Пример #16
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'process', '025',
                                               lTokens)
     self.solution = 'Ensure a single space exists between the : and the *process* keyword.'
Пример #17
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'function', '100',
                                               lTokens)
     self.solution = 'Ensure a single space between the keywords in the opening part of a function specification.'
Пример #18
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'process', '024', lTokens)
     self.solution = 'Ensure a single space exists between process label and :.'
Пример #19
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'type', '006', lTokens)
     self.solution = 'Ensure only a single space before the is keyword.'
Пример #20
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'library', '002',
                                               lTokens)
     self.solution = 'Ensure a single space between the *library* keyword and the logical_name.'
Пример #21
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'procedure_call',
                                               '100', lTokens)
     self.solution = 'Ensure a single space between the label, colon, *postponed* keyword and procedure_name.'
Пример #22
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'block', '101',
                                               lTokens)
Пример #23
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'package_body', '100',
                                               lTokens)
     self.solution = 'Ensure a single space between the package keyword and body keyword and identifier and is keyword.'
Пример #24
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'generate', '008',
                                               lTokens)
     self.solution = 'Ensure there is only one space between the "end" and "generate" keywords.'
Пример #25
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'library', '006',
                                               lTokens)
     self.solution = 'Ensure a single space between the *use* keyword and the selected_name.'
Пример #26
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'generate', '013', lTokens)
     self.solution = 'Ensure there is only one space between the *generate* keyword and the label.'
Пример #27
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'instantiation', '003',
                                               lTokens)
     self.solution = 'Ensure only one space before the :.'
Пример #28
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'generate', '014', lTokens)
     self.solution = 'Ensure a single space exists after the label colon.'