codacy-pylint
codacy-pylint copied to clipboard
[CY-6634] "Django was not configured" error even when not specified in custom configuration
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.
Internal ticket created : CY-6634
Just saw that there's a separate repository for Python3 pylint, the issue still persists there, maybe someone could transfer this issue there.