Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self):
indent_rule.__init__(self, 'if', '001', 'isIfKeyword')
def __init__(self):
indent_rule.__init__(self, 'library', '008', 'isLibraryUse')
def __init__(self):
indent_rule.__init__(self, 'type', '001', 'isTypeKeyword')
def __init__(self):
indent_rule.__init__(self, 'type', '012', 'insideTypeRecord')
def __init__(self):
indent_rule.__init__(self, 'variable_assignment', '001', 'isVariableAssignment')
def __init__(self):
indent_rule.__init__(self, 'concurrent', '001', 'isConcurrentBegin')
def __init__(self):
indent_rule.__init__(self, 'for_loop', '001', 'isForLoopKeyword')
self.solution = 'Ensure proper indentation.'
def __init__(self):
indent_rule.__init__(self, 'constant', '012', 'isConstantArray', 'isConstant')
def __init__(self):
indent_rule.__init__(self, 'port', '004', 'isPortDeclaration', 'isEndPortMap')
self.solution = 'Ensure proper indentation.'