conan-io/conan

View on GitHub

Showing 365 of 2,578 total issues

Avoid too many return statements within this function.
Open

            return '-m31'
Severity: Major
Found in conans/client/build/compiler_flags.py - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

                        return url[len(root_url):]
    Severity: Major
    Found in conans/client/tools/scm.py - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

          return env_var
      Severity: Major
      Found in conans/util/env_reader.py - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                return major
        Severity: Major
        Found in conans/client/conf/detect.py - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                          return '-maix32'
          Severity: Major
          Found in conans/client/build/compiler_flags.py - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                        return VirtualBuildEnv
            Severity: Major
            Found in conans/client/generators/__init__.py - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                          return XcodeDeps
              Severity: Major
              Found in conans/client/generators/__init__.py - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                            return VCVars
                Severity: Major
                Found in conans/client/generators/__init__.py - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                              return IntelCC
                  Severity: Major
                  Found in conans/client/generators/__init__.py - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                                return BazelToolchain
                    Severity: Major
                    Found in conans/client/generators/__init__.py - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                                  return self._conan.remote_set_disabled_state(remote_name, True)
                      Severity: Major
                      Found in conans/client/command.py - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                    return "/Qm64" if str(compiler_base) == "Visual Studio" else "-m64"
                        Severity: Major
                        Found in conans/client/build/compiler_flags.py - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                          return [var.strip() for var in env_var.split(",")]
                          Severity: Major
                          Found in conans/util/env_reader.py - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                        return MSBuildToolchain
                            Severity: Major
                            Found in conans/client/generators/__init__.py - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                          return VirtualRunEnv
                              Severity: Major
                              Found in conans/client/generators/__init__.py - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                            return XcodeToolchain
                                Severity: Major
                                Found in conans/client/generators/__init__.py - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                          return clang or cc or gcc
                                  Severity: Major
                                  Found in conans/client/conf/detect.py - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                                return self._conan.remote_remove_ref(reference)
                                    Severity: Major
                                    Found in conans/client/command.py - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                                  return self._conan.remote_remove_pref(package_reference)
                                      Severity: Major
                                      Found in conans/client/command.py - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                                    return "/Qm32" if str(compiler_base) == "Visual Studio" else "-m32"
                                        Severity: Major
                                        Found in conans/client/build/compiler_flags.py - About 30 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language