RonsenbergVI/cicd_circleci_codeclimate

View on GitHub

Showing 56 of 56 total issues

No space allowed around keyword argument assignment
Open

        description = 'prints time in command.',
Severity: Info
Found in setup.py by pylint

Used when a wrong number of spaces is used around an operator, bracket or block opener. description = 'prints time in command.', ^

Wrong continued indentation (add 2 spaces).
Open

        entry_points='''
Severity: Info
Found in setup.py by pylint

TODO entry_points=''' ^ |

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...).

Found indentation with tabs instead of spaces
Open

    ISRELEASED = True
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

        version = str(_version),
Severity: Info
Found in setup.py by pylint

Used when a wrong number of spaces is used around an operator, bracket or block opener. version = str(_version), ^

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.

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...).

Found indentation with tabs instead of spaces
Open

    MICRO=config['version']['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

    setup(name = 'package-medium-post',
Severity: Info
Found in setup.py by pylint

Used when a wrong number of spaces is used around an operator, bracket or block opener. setup(name = 'package-medium-post', ^

Wrong continued indentation (add 2 spaces).
Open

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

TODO license = 'MIT', ^ |

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

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

TODO classifiers=[ ^ |

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.

Wrong continued indentation (add 2 spaces).
Open

        description = 'prints time in command.',
Severity: Info
Found in setup.py by pylint

TODO description = 'prints time in command.', ^ |

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', ^

Wrong continued indentation.
Open

        )
Severity: Info
Found in setup.py by pylint

TODO ) ^||

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

    MINOR=config['version']['minor']
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...).

standard import from configparser import ConfigParser should be placed before from setuptools import setup
Open

from configparser import ConfigParser
Severity: Info
Found in setup.py by pylint

Used when PEP8 import order is not respected (standard imports first, then third-party libraries, then local imports)

Found indentation with tabs instead of spaces
Open

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

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

Wrong continued indentation (add 2 spaces).
Open

        version = str(_version),
Severity: Info
Found in setup.py by pylint

TODO version = str(_version), ^ |

Severity
Category
Status
Source
Language