Closed
Description
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 atemplatetags
module, complaining about aregister = 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
Labels
No labels