--- a/PyLint/PyLintConfigDialog.py Fri Jan 01 12:18:52 2016 +0100 +++ b/PyLint/PyLintConfigDialog.py Sat Sep 10 12:45:08 2016 +0200 @@ -165,7 +165,7 @@ args.append('--output-format=html') elif self.parameters['dialogReport']: args.append('--output-format=parseable') - args.append('--report=n') + args.append('--reports=n') else: args.append('--output-format=text') if self.parameters['reportFile'] != self.defaults['reportFile']: