conan-io/conan

View on GitHub

Showing 2,550 of 2,550 total issues

Line too long (842 > 100 characters)
Open

\033[0;5;30;40m@\033[0;5;37;40m8\033[0;5;33;40m :\033[0;5;30;40m8@\033[0;5;37;40m8\033[0;5;37;47m8\033[0;1;37;47m8\033[0;1;30;47mS\033[0;5;37;40m8\033[0;1;30;47m%.\033[0;33;47m8\033[0;5;37;40m8\033[0;5;33;40mS \033[0;5;31;40mX\033[0;32;40m:\033[0;34;40m:\033[0;32;40m.\033[0;34;40m..\033[0;32;40m.\033[0;31;40m.\033[0;34;40m.\033[0;32;40m.\033[0;34;40m.\033[0;32;40m.\033[0;31;40m.\033[0;32;40m.\033[0;34;40m.\033[0;31;40m:\033[0;1;30;40m8\033[0;1;30;43m8\033[0;33;47m8\033[0;5;37;43m8\033[0;5;37;47mX\033[0;5;37;43mX\033[0;5;37;47mSS\033[0;5;1;37;43m8\033[0;5;37;47m8@%:;:%\033[0;1;37;47m8\033[0;5;37;47m;\033[0;1;37;47m8\033[0;5;37;47m .:\033[0;1;37;47m8\033[0;5;37;47m  \033[0;33;47m8\033[0;1;30;43mX\033[0;5;31;40m8\033[0;5;33;40m8\033[0;31;43m8\033[0;1;30;43m8\033[0;1;33;47m8S\033[0;1;30;47m \033[0;5;33;40m8\033[0;31;40m;\033[0;34;40m:
Severity: Minor
Found in conans/client/cmd/frogarian.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Line too long (900 > 100 characters)
Open

     \033[0;32;40m \033[0;31;40m:\033[0;5;33;40m \033[0;1;30;40m8\033[0;31;40m;\033[0;32;40mX\033[0;5;31;40m8\033[0;5;30;40m8\033[0;1;30;43m8\033[0;5;33;40m88\033[0;1;30;40mX\033[0;31;40m;\033[0;32;40m:\033[0;31;40m:\033[0;34;40m:.\033[0;32;40m.\033[0;31;40m.\033[0;34;40m.\033[0;32;40m.\033[0;34;40m.\033[0;31;40m.\033[0;34;40m.\033[0;32;40m.\033[0;34;40m.\033[0;31;40m.\033[0;34;40m.\033[0;31;40m.\033[0;34;40m.\033[0;32;40m.\033[0;31;40m.\033[0;34;40m...\033[0;31;40m.\033[0;34;40m.\033[0;32;40m.\033[0;34;40m.\033[0;32;40m.\033[0;31;40m.\033[0;34;40m.\033[0;31;40m.\033[0;34;40m.\033[0;32;40m.\033[0;34;40m.\033[0;31;40m:\033[0;32;40m;\033[0;34;40mt\033[0;32;40mt\033[0;31;40mt\033[0;32;40m:\033[0;34;40m:\033[0;32;40m:\033[0;31;40m.\033[0;34;40m.\033[0;32;40m.\033[0;34;40m.\033[0;31;40m.\033[0;32;40m:\033[0;34;40m;\033[0;1;30;40m8\033[0;31;40mS\033[0;5;36;40mX\033[0;31;40m       \033[0;34;40m
Severity: Minor
Found in conans/client/cmd/frogarian.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Continuation line under-indented for visual indent
Open

                                      manifest_verify=manifest_verify,
Severity: Minor
Found in conans/client/cmd/test.py by pep8

Continuation lines indentation.

Continuation lines should align wrapped elements either vertically
using Python's implicit line joining inside parentheses, brackets
and braces, or using a hanging indent.

When using a hanging indent these considerations should be applied:
- there should be no arguments on the first line, and
- further indentation should be used to clearly distinguish itself
  as a continuation line.

Okay: a = (\n)
E123: a = (\n    )

Okay: a = (\n    42)
E121: a = (\n   42)
E122: a = (\n42)
E123: a = (\n    42\n    )
E124: a = (24,\n     42\n)
E125: if (\n    b):\n    pass
E126: a = (\n        42)
E127: a = (24,\n      42)
E128: a = (24,\n    42)
E129: if (a or\n    b):\n    pass
E131: a = (\n    42\n 24)

Line too long (101 > 100 characters)
Open

            value = self.run("info --show-item {item} \"{target}\"".format(item=item, target=target))
Severity: Minor
Found in conans/client/tools/scm.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Line too long (119 > 100 characters)
Open

                            node.conanfile.options._package_options.values = compatible_package.options._package_values
Severity: Minor
Found in conans/client/graph/graph_binaries.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Line too long (103 > 100 characters)
Open

    "tools.microsoft.msbuilddeps:exclude_code_analysis": "Suppress MSBuild code analysis for patterns",
Severity: Minor
Found in conans/model/conf.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Line too long (118 > 100 characters)
Open

    "tools.build:exelinkflags": "List of extra flags used by CMakeToolchain for CMAKE_EXE_LINKER_FLAGS_INIT variable",
Severity: Minor
Found in conans/model/conf.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Line too long (139 > 100 characters)
Open

    "tools.apple:sdk_path": "Path for the sdk location. This value will be passed as SDKROOT or -isysroot depending on the generator used",
Severity: Minor
Found in conans/model/conf.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Line too long (101 > 100 characters)
Open

        self.build = build  # This dependent node is a build tool that is executed at build time only
Severity: Minor
Found in conans/model/dependencies.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Line too long (110 > 100 characters)
Open

        return self._get_metadata_artifacts(metadata, ref_path, name_format=name_format, use_id=is_dependency)
Severity: Minor
Found in conans/build_info/build_info.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Line too long (108 > 100 characters)
Open

from conans.client.build.cppstd_flags import cppstd_flag_new as cppstd_flag  # pylint: disable=unused-import
Severity: Minor
Found in conans/tools.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Expected 2 blank lines after class or function definition, found 3
Open

try:
Severity: Minor
Found in conans/tools.py by pep8

Separate top-level function and class definitions with two blank lines.

Method definitions inside a class are separated by a single blank
line.

Extra blank lines may be used (sparingly) to separate groups of
related functions.  Blank lines may be omitted between a bunch of
related one-liners (e.g. a set of dummy implementations).

Use blank lines in functions, sparingly, to indicate logical
sections.

Okay: def a():\n    pass\n\n\ndef b():\n    pass
Okay: def a():\n    pass\n\n\nasync def b():\n    pass
Okay: def a():\n    pass\n\n\n# Foo\n# Bar\n\ndef b():\n    pass
Okay: default = 1\nfoo = 1
Okay: classify = 1\nfoo = 1

E301: class Foo:\n    b = 0\n    def bar():\n        pass
E302: def a():\n    pass\n\ndef b(n):\n    pass
E302: def a():\n    pass\n\nasync def b(n):\n    pass
E303: def a():\n    pass\n\n\n\ndef b(n):\n    pass
E303: def a():\n\n\n\n    pass
E304: @decorator\n\ndef a():\n    pass
E305: def a():\n    pass\na()
E306: def a():\n    def b():\n        pass\n    def c():\n        pass

Line too long (130 > 100 characters)
Open

        self._sudo_askpass = self._conanfile.conf.get("tools.system.package_manager:sudo_askpass", default=False, check_type=bool)
Severity: Minor
Found in conan/tools/system/package_manager.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Line too long (105 > 100 characters)
Open

                                 "'-c tools.system.package_manager:mode={2}'".format(", ".join(packages),
Severity: Minor
Found in conan/tools/system/package_manager.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Line too long (108 > 100 characters)
Open

        ldflags.extend(self._conanfile.conf.get("tools.build:sharedlinkflags", default=[], check_type=list))

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Multiple spaces after operator
Open

    output =  iter(check_output_runner(command).splitlines())
Severity: Minor
Found in conan/tools/apple/apple.py by pep8

Avoid extraneous whitespace around an operator.

Okay: a = 12 + 3
E221: a = 4  + 5
E222: a = 4 +  5
E223: a = 4\t+ 5
E224: a = 4 +\t5

Block comment should start with '# '
Open

                #TODO: we probably only want to fix the install the name if
Severity: Minor
Found in conan/tools/apple/apple.py by pep8

Separate inline comments by at least two spaces.

An inline comment is a comment on the same line as a statement.
Inline comments should be separated by at least two spaces from the
statement. They should start with a # and a single space.

Each line of a block comment starts with a # and a single space
(unless it is indented text inside the comment).

Okay: x = x + 1  # Increment x
Okay: x = x + 1    # Increment x
Okay: # Block comment
E261: x = x + 1 # Increment x
E262: x = x + 1  #Increment x
E262: x = x + 1  #  Increment x
E265: #Block comment
E266: ### Block comment

Line too long (107 > 100 characters)
Open

                                                  '.xcconfig"\n#include "{}"'.format(dep_xconfig_filename),
Severity: Minor
Found in conan/tools/apple/xcodedeps.py by pep8

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Line too long (139 > 100 characters)
Open

                   find_library(CONAN_FRAMEWORK_${_FRAMEWORK}_FOUND NAMES ${_FRAMEWORK} PATHS ${FRAMEWORKS_DIRS} CMAKE_FIND_ROOT_PATH_BOTH)

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.

Line too long (181 > 100 characters)
Open

                   message(FATAL_ERROR "Library '${_LIBRARY_NAME}' not found in package. If '${_LIBRARY_NAME}' is a system library, declare it with 'cpp_info.system_libs' property")

Limit all lines to a maximum of 79 characters.

There are still many devices around that are limited to 80 character
lines; plus, limiting windows to 80 characters makes it possible to
have several windows side-by-side.  The default wrapping on such
devices looks ugly.  Therefore, please limit all lines to a maximum
of 79 characters. For flowing long blocks of text (docstrings or
comments), limiting the length to 72 characters is recommended.

Reports error E501.
Severity
Category
Status
Source
Language