tulir/mautrix-telegram

View on GitHub

Showing 57 of 61 total issues

File portal.py has 3700 lines of code (exceeds 250 allowed). Consider refactoring.
Open

# mautrix-telegram - A Matrix-Telegram puppeting bridge
# Copyright (C) 2023 Tulir Asokan
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
Severity: Major
Found in mautrix_telegram/portal.py - About 1 wk to fix

    File user.py has 987 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    # mautrix-telegram - A Matrix-Telegram puppeting bridge
    # Copyright (C) 2021 Tulir Asokan
    #
    # This program is free software: you can redistribute it and/or modify
    # it under the terms of the GNU Affero General Public License as published by
    Severity: Major
    Found in mautrix_telegram/user.py - About 2 days to fix

      File message_convert.py has 910 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      # mautrix-telegram - A Matrix-Telegram puppeting bridge
      # Copyright (C) 2022 Tulir Asokan
      #
      # This program is free software: you can redistribute it and/or modify
      # it under the terms of the GNU Affero General Public License as published by
      Severity: Major
      Found in mautrix_telegram/portal_util/message_convert.py - About 2 days to fix

        File __init__.py has 696 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        # mautrix-telegram - A Matrix-Telegram puppeting bridge
        # Copyright (C) 2021 Tulir Asokan
        #
        # This program is free software: you can redistribute it and/or modify
        # it under the terms of the GNU Affero General Public License as published by
        Severity: Major
        Found in mautrix_telegram/web/provisioning/__init__.py - About 1 day to fix

          File abstract_user.py has 676 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          # mautrix-telegram - A Matrix-Telegram puppeting bridge
          # Copyright (C) 2022 Tulir Asokan
          #
          # This program is free software: you can redistribute it and/or modify
          # it under the terms of the GNU Affero General Public License as published by
          Severity: Major
          Found in mautrix_telegram/abstract_user.py - About 1 day to fix

            File puppet.py has 514 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            # mautrix-telegram - A Matrix-Telegram puppeting bridge
            # Copyright (C) 2022 Tulir Asokan
            #
            # This program is free software: you can redistribute it and/or modify
            # it under the terms of the GNU Affero General Public License as published by
            Severity: Major
            Found in mautrix_telegram/puppet.py - About 1 day to fix

              File misc.py has 438 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

              # mautrix-telegram - A Matrix-Telegram puppeting bridge
              # Copyright (C) 2021 Tulir Asokan
              #
              # This program is free software: you can redistribute it and/or modify
              # it under the terms of the GNU Affero General Public License as published by
              Severity: Minor
              Found in mautrix_telegram/commands/telegram/misc.py - About 6 hrs to fix

                File bot.py has 397 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                # mautrix-telegram - A Matrix-Telegram puppeting bridge
                # Copyright (C) 2022 Tulir Asokan
                #
                # This program is free software: you can redistribute it and/or modify
                # it under the terms of the GNU Affero General Public License as published by
                Severity: Minor
                Found in mautrix_telegram/bot.py - About 5 hrs to fix

                  Function do_update has 133 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      def do_update(self, helper: ConfigUpdateHelper) -> None:
                          super().do_update(helper)
                          copy, copy_dict, base = helper
                  
                          if "appservice.protocol" in self and "appservice.address" not in self:
                  Severity: Major
                  Found in mautrix_telegram/config.py - About 5 hrs to fix

                    Function do_update has a Cognitive Complexity of 33 (exceeds 5 allowed). Consider refactoring.
                    Open

                        def do_update(self, helper: ConfigUpdateHelper) -> None:
                            super().do_update(helper)
                            copy, copy_dict, base = helper
                    
                            if "appservice.protocol" in self and "appservice.address" not in self:
                    Severity: Minor
                    Found in mautrix_telegram/config.py - About 4 hrs to fix

                    Cognitive Complexity

                    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                    A method's cognitive complexity is based on a few simple rules:

                    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                    • Code is considered more complex for each "break in the linear flow of the code"
                    • Code is considered more complex when "flow breaking structures are nested"

                    Further reading

                    File file_transfer.py has 363 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

                    # mautrix-telegram - A Matrix-Telegram puppeting bridge
                    # Copyright (C) 2021 Tulir Asokan
                    #
                    # This program is free software: you can redistribute it and/or modify
                    # it under the terms of the GNU Affero General Public License as published by
                    Severity: Minor
                    Found in mautrix_telegram/util/file_transfer.py - About 4 hrs to fix

                      File auth_api.py has 363 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

                      # mautrix-telegram - A Matrix-Telegram puppeting bridge
                      # Copyright (C) 2021 Tulir Asokan
                      #
                      # This program is free software: you can redistribute it and/or modify
                      # it under the terms of the GNU Affero General Public License as published by
                      Severity: Minor
                      Found in mautrix_telegram/web/common/auth_api.py - About 4 hrs to fix

                        File from_telegram.py has 361 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

                        # mautrix-telegram - A Matrix-Telegram puppeting bridge
                        # Copyright (C) 2021 Tulir Asokan
                        #
                        # This program is free software: you can redistribute it and/or modify
                        # it under the terms of the GNU Affero General Public License as published by
                        Severity: Minor
                        Found in mautrix_telegram/formatter/from_telegram.py - About 4 hrs to fix

                          File matrix.py has 350 lines of code (exceeds 250 allowed). Consider refactoring.
                          Open

                          # mautrix-telegram - A Matrix-Telegram puppeting bridge
                          # Copyright (C) 2022 Tulir Asokan
                          #
                          # This program is free software: you can redistribute it and/or modify
                          # it under the terms of the GNU Affero General Public License as published by
                          Severity: Minor
                          Found in mautrix_telegram/matrix.py - About 4 hrs to fix

                            File auth.py has 337 lines of code (exceeds 250 allowed). Consider refactoring.
                            Open

                            # mautrix-telegram - A Matrix-Telegram puppeting bridge
                            # Copyright (C) 2021 Tulir Asokan
                            #
                            # This program is free software: you can redistribute it and/or modify
                            # it under the terms of the GNU Affero General Public License as published by
                            Severity: Minor
                            Found in mautrix_telegram/commands/telegram/auth.py - About 4 hrs to fix

                              File parallel_file_transfer.py has 335 lines of code (exceeds 250 allowed). Consider refactoring.
                              Open

                              # mautrix-telegram - A Matrix-Telegram puppeting bridge
                              # Copyright (C) 2019 Tulir Asokan
                              #
                              # This program is free software: you can redistribute it and/or modify
                              # it under the terms of the GNU Affero General Public License as published by
                              Severity: Minor
                              Found in mautrix_telegram/util/parallel_file_transfer.py - About 4 hrs to fix

                                File __main__.py has 331 lines of code (exceeds 250 allowed). Consider refactoring.
                                Open

                                # mautrix-telegram - A Matrix-Telegram puppeting bridge
                                # Copyright (C) 2022 Tulir Asokan
                                #
                                # This program is free software: you can redistribute it and/or modify
                                # it under the terms of the GNU Affero General Public License as published by
                                Severity: Minor
                                Found in mautrix_telegram/scripts/unicodemojipack/__main__.py - About 3 hrs to fix

                                  Function get_base_power_levels has a Cognitive Complexity of 26 (exceeds 5 allowed). Consider refactoring.
                                  Open

                                  def get_base_power_levels(
                                      portal: po.Portal,
                                      levels: PowerLevelContent = None,
                                      entity: TypeChat | None = None,
                                      dbr: ChatBannedRights | None = None,
                                  Severity: Minor
                                  Found in mautrix_telegram/portal_util/power_levels.py - About 3 hrs to fix

                                  Cognitive Complexity

                                  Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                                  A method's cognitive complexity is based on a few simple rules:

                                  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                                  • Code is considered more complex for each "break in the linear flow of the code"
                                  • Code is considered more complex when "flow breaking structures are nested"

                                  Further reading

                                  File misc.py has 291 lines of code (exceeds 250 allowed). Consider refactoring.
                                  Open

                                  # mautrix-telegram - A Matrix-Telegram puppeting bridge
                                  # Copyright (C) 2021 Tulir Asokan
                                  #
                                  # This program is free software: you can redistribute it and/or modify
                                  # it under the terms of the GNU Affero General Public License as published by
                                  Severity: Minor
                                  Found in mautrix_telegram/commands/portal/misc.py - About 3 hrs to fix

                                    Function __init__ has 21 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        def __init__(
                                    Severity: Major
                                    Found in mautrix_telegram/puppet.py - About 2 hrs to fix
                                      Severity
                                      Category
                                      Status
                                      Source
                                      Language