Skip to content

2.0.6 appears to allow various warnings that used to be ignored #222

Closed
@davep

Description

@davep

After an upgrade to v2.0.6 (pylint 2.3.0) I'm getting various warnings of things that would otherwise have been fine. There's a small number of them, so rather than list each as a separate issue, I'll give a flavour of them here. If separate issues would be more helpful please do say so and I'll be happy to raise them.

With a large body of Django code that, with v2.0.5 of django-pylint (pylint 2.2.2), passed 10/10, I'm seeing warnings such as:

  • line-too-long in many migration modules.
  • Missing module docstring (missing-docstring) in many migration modules.
  • Missing class docstring (missing-docstring) in many migration modules.
  • Constant name "register" doesn't conform to UPPER_CASE naming style (invalid-name) in a templatetags module, complaining about a register = template.Library() line.
  • Module name "0006_auto_20190204_1124" doesn't conform to snake_case naming style (invalid-name) in a migration module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions