From b1cb956b40605c1fbdb85a90a9fe002a46e5cf0c Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Sat, 19 Sep 2015 17:53:53 +0000 Subject: Abbreviations of command line options are not supported anymore. Using abbreviations for CLI options was never considered to be a feature of pylint, this fact being only a side effect of using optparse. As this was the case, using --load-plugin or other abbreviation for --load-plugins never actually worked, while it also didn't raise an error. Closes issue #424. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a4de3c5..f209bda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -287,6 +287,14 @@ ChangeLog for Pylint Closes issue #639. + * Abbreviations of command line options are not supported anymore. + + Using abbreviations for CLI options was never considered to be + a feature of pylint, this fact being only a side effect of using optparse. + As this was the case, using --load-plugin or other abbreviation + for --load-plugins never actually worked, while it also didn't raise + an error. Closes issue #424. + 2015-03-14 -- 1.4.3 -- cgit v1.2.1