* Removed pylint<2.15 constraint and updated tests for new version * Removed CI tests for old pylint versions
5.3.1
~~~~~~~~~~~~~~~~~~
* Disabled new warning from pylint 2.16.0: broad-exception-raised
5.3.0
~~~~~~~~~~~~~~~~~~
* Improvements to the ``check`` command:
- It now exits with a failure status if something is wrong. - With no file name arguments, it will check all of your files that edx_lint can write. - The messages are less chatty.
5.2.5
~~~~~~~~~~~~~~~~~~
* Updated GitHub references from the ``edx`` GitHub organization to ``openedx``.
5.2.4
~~~~~~~~~~~~~~~~~~
* Updated `pylintrc` template for `edx_lint write pylintrc` command for `pylint>=2.14.0`.
5.2.3
~~~~~~~~~~~~~~~~~~
* Removed support of LegacyWaffle* checks, since the classes no longer exist. * Removed deleted pylint messages from common pylintrc file