codacy-pylint icon indicating copy to clipboard operation
codacy-pylint copied to clipboard

[CY-6634] "Django was not configured" error even when not specified in custom configuration

Open y-young opened this issue 1 year ago • 2 comments

When using a custom pylint configuration file, even though pylint_django is not specified in load-plugins, codacy will report an issue:

Django was not configured. For more information run pylint --load-plugins=pylint_django --help-msg=django-not-configured (django-not-configured (E5110))

It seems the plugin is always loaded here and ignores custom configuration.

y-young avatar Nov 20 '22 09:11 y-young

Internal ticket created : CY-6634

github-actions[bot] avatar Nov 20 '22 09:11 github-actions[bot]

Just saw that there's a separate repository for Python3 pylint, the issue still persists there, maybe someone could transfer this issue there.

y-young avatar Nov 20 '22 09:11 y-young