localstack/localstack

View on GitHub
localstack/services/stepfunctions/asl/antlr/runtime/ASLParserListener.py

Summary

Maintainability
F
4 days
Test Coverage

ASLParserListener has 206 functions (exceeds 20 allowed). Consider refactoring.
Open

class ASLParserListener(ParseTreeListener):

    # Enter a parse tree produced by ASLParser#state_machine.
    def enterState_machine(self, ctx:ASLParser.State_machineContext):
        pass

    File ASLParserListener.py has 419 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    # Generated from ASLParser.g4 by ANTLR 4.13.1
    from antlr4 import *
    if "." in __name__:
        from .ASLParser import ASLParser
    else:

      There are no issues that match your filters.

      Category
      Status