codacy / codacy-pylint-python3

Pylint tool for Codacy
Other
0 stars 6 forks source link

Update Pylint to 2.13.8 and pylint-django to 2.5.3 #140

Closed ukanga closed 2 years ago

ukanga commented 2 years ago

There is also a new result with the pylint-django update hence a test was updated.

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

lolgab commented 2 years ago

Thank you for this contribution @ukanga. We have a Scala documentation generator in the repository which is now failing because the website link is either wrong or it changed too much with the new version

ukanga commented 2 years ago

@lolgab Thanks for the review.

The table form changed to description ist in the Pylint documentation. I hope it is okay I removed all files and regenerated the files, some were no longer being generated which seem to be discontinued rules in Pylint.

I am not sure about the change to run_multiple_tests: false - not enough information as to why it failed and if it has to be true.

lolgab commented 2 years ago

I enabled run_multiple_tests again. It is an internal integration testing framework for Codacy tools. You can read more here: https://github.com/codacy/codacy-plugins-test#multiple-test-definition Probably the change broke some tests. Let's see what does fail when the CI finishes.

ukanga commented 2 years ago

@lolgab I have resolved the failing tests.