third_party.pylibs.pylint.src/doc/whatsnew
syutbai 1601769019 Add support for --fail-under flag
Add a --fail-under <score> flag, also configurable in a `.pylintrc`file

If the final score is more than the specified score, it's considered a
success and pylint exits with exit code 0. Otherwise, it's considered
a failure and pylint exits with its current exit code based on the
messages issued.

Close #2242
2019-11-21 09:07:25 +01:00
..
1.6.rst
1.7.rst
1.8.rst
1.9.rst
2.1.rst add whatsnew/2.2.rst 2018-08-09 15:47:05 +05:30
2.2.rst Change the `logging-format-style` to use name identifier instead of their corresponding Python identifiers 2018-11-28 09:17:20 +01:00
2.3.rst Add a new `missing-parentheses-for-call-in-test` check 2019-03-19 10:45:09 +01:00
2.4.rst Add support for disabling line-too-long for multilines strings 2019-11-19 09:16:54 +01:00
2.5.rst Add support for --fail-under flag 2019-11-21 09:07:25 +01:00
2.0.rst
changelog.rst
index.rst Can read setup.cfg and pyproject.toml files 2019-10-09 20:39:13 -07:00