RonsenbergVI/cicd_circleci_codeclimate

View on GitHub

Showing 56 of 56 total issues

Wrong continued indentation (add 2 spaces).
Open

        license = 'MIT',
Severity: Info
Found in setup.py by pylint

TODO license = 'MIT', ^ |

Found indentation with tabs instead of spaces
Open

    MINOR=config['version']['minor']
Severity: Minor
Found in setup.py by pylint

Used when there are some mixed tabs and spaces in a module.

Found indentation with tabs instead of spaces
Open

    VERSION = '%s.%s.%s' % (MAJOR, MINOR, MICRO)
Severity: Minor
Found in setup.py by pylint

Used when there are some mixed tabs and spaces in a module.

No space allowed around keyword argument assignment
Open

        url = 'https://github.com/RonsenbergVI/cicd_circleci_codeclimate.git',
Severity: Info
Found in setup.py by pylint

Used when a wrong number of spaces is used around an operator, bracket or block opener. url = 'https://github.com/RonsenbergVI/cicd_circleci_codeclimate.git', ^

Wrong continued indentation (add 2 spaces).
Open

        install_requires=[
Severity: Info
Found in setup.py by pylint

TODO install_requires=[ ^ |

Missing function or method docstring
Open

def setup_package():
Severity: Info
Found in setup.py by pylint

Used when a function or method has no docstring.Some special methods like init do not require a docstring.

Exactly one space required around assignment
Open

    MAJOR=config['version']['major']
Severity: Info
Found in setup.py by pylint

Used when a wrong number of spaces is used around an operator, bracket or block opener. MAJOR=config['version']['major'] ^

No space allowed around keyword argument assignment
Open

        license = 'MIT',
Severity: Info
Found in setup.py by pylint

Used when a wrong number of spaces is used around an operator, bracket or block opener. license = 'MIT', ^

Wrong continued indentation (add 2 spaces).
Open

        classifiers=[
Severity: Info
Found in setup.py by pylint

TODO classifiers=[ ^ |

Found indentation with tabs instead of spaces
Open

    config.read(config_path)
Severity: Minor
Found in setup.py by pylint

Used when there are some mixed tabs and spaces in a module.

No space allowed around keyword argument assignment
Open

        author_email = 'corneille.r.j@gmail.com',
Severity: Info
Found in setup.py by pylint

Used when a wrong number of spaces is used around an operator, bracket or block opener. author_email = 'corneille.r.j@gmail.com', ^

Variable name MICRO doesn't conform to snake_case naming style
Open

    MICRO=config['version']['micro']
Severity: Info
Found in setup.py by pylint

Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).

Variable name VERSION doesn't conform to snake_case naming style
Open

    VERSION = '%s.%s.%s' % (MAJOR, MINOR, MICRO)
Severity: Info
Found in setup.py by pylint

Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).

Exactly one space required around assignment
Open

    MICRO=config['version']['micro']
Severity: Info
Found in setup.py by pylint

Used when a wrong number of spaces is used around an operator, bracket or block opener. MICRO=config['version']['micro'] ^

Wrong continued indentation.
Open

        )
Severity: Info
Found in setup.py by pylint

TODO ) ^||

Final newline missing
Open

    setup_package()
Severity: Info
Found in setup.py by pylint

Used when the last line in a file is missing a newline.

Severity
Category
Status
Source
Language